Base64 Encoder & Decoder

Encode text to Base64 or decode Base64 back to plain text instantly.

Advertisement

πŸ” Base64 Encode / Decode

Your result will appear here.

About Base64 Encoding

Base64 is an encoding scheme that converts binary data to a text string using 64 printable ASCII characters. It's commonly used to embed images in HTML/CSS, encode email attachments, and transmit data in APIs.

Common Uses

  • Encode images as Base64 for embedding in HTML or CSS
  • Encode authentication credentials for HTTP Basic Auth
  • Encode binary data for JSON or XML transport
  • Decode Base64 strings from API responses