Tiny Tools

Base64 Text Encoder

About Base64 Encoding

Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format.

It's commonly used for:

  • Email attachments (MIME)
  • Data URLs (data:image/png;base64,...)
  • Basic authentication headers
  • Storing binary data in text-based formats like JSON or XML

Note: This tool supports UTF-8 text encoding/decoding.