← Back to Home
🔐

Base64 Encoder/Decoder

Encode and decode Base64 with drag-and-drop file support

📁

Drag & Drop File Here

Or click to browse files

📝 Text to Encode

💡 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:

  • Embedding images in HTML/CSS (data URIs)
  • Encoding credentials for Basic Authentication
  • Transferring binary data over text-based protocols
  • Email attachments (MIME)

✨ Features

  • • Drag and drop any file to encode/decode
  • • Automatic image preview for decoded images
  • • Character count for input and output
  • • Swap button to quickly reverse encode/decode
  • • All processing happens locally in your browser