Advertisement helps us keep this service free

Base64 Encoder / Decoder

Encode text to Base64 or decode Base64 strings back to text

About Base64 Encoding

Base64 is a binary-to-text encoding scheme that represents binary data in sequences of 24 bits that can be represented by four 6-bit Base64 digits. It's commonly used for encoding data in email systems, URLs, and data URIs.