Base64 Encoder/Decoder
Encode and decode text using Base64 encoding
Base64 Encoder/Decoder
Encode text to Base64 or decode Base64 strings back to text
About Base64 Encoding
What is Base64?
Base64 is a binary-to-text encoding scheme that represents binary data in ASCII format. It uses 64 characters: A-Z, a-z, 0-9, +, and /.
Common Uses
- Email attachments (MIME)
- Data URLs in web pages
- API authentication tokens
- Storing binary data in text format