Micro Tools
Menu

Base64 Encoder / Decoder

Encode and decode text using Base64

Base64 Encoder/Decoder

Encode and decode Base64 strings safely

About Base64

Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It's commonly used for:

  • Encoding binary data in emails and web pages
  • Data URLs for embedding images in HTML/CSS
  • API authentication tokens
  • Storing binary data in text-based formats like JSON or XML