Base64 Encoder & Decoder

This tool allows you to encode text to Base64 format and decode Base64 back to text.

Encode to Base64
Decode from Base64
About Base64 Encoding

Base64 is a group of binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation.

Common uses of Base64 encoding:

  • Encoding binary data for email transmission
  • Storing complex data in XML or JSON
  • Embedding image data directly in HTML or CSS files
  • Transferring data that might otherwise be altered during transmission