🔐

Base64 Encoder/Decoder

Encode text to Base64 or decode Base64 back to text.

Base64 encoding converts binary data to ASCII text. It's commonly used for:

  • Embedding images in HTML/CSS
  • Encoding data in URLs
  • Basic data obfuscation (not encryption!)

All processing happens in your browser. Nothing is sent to any server.