?? Base64 Encoder / Decoder

Encode text or files to Base64, or decode Base64 strings back to plain text instantly

0 characters
0 characters
Upload a file to encode

Click to browse or drag & drop any file

?? What is Base64?

Base64 is a binary-to-text encoding scheme that converts binary data into a set of 64 printable ASCII characters. It's widely used to encode data in email, embed images in HTML/CSS, and transmit binary data over text-based protocols.

Common Use Cases

  • Embedding images as data URIs in HTML/CSS
  • Encoding email attachments (MIME)
  • Storing binary data in JSON or XML
  • Basic authentication in HTTP headers
  • JWT token encoding