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