Base64 Encoder/Decoder
Encode and decode text to and from Base64 format.
0 characters
Encoded output will appear here...
0 characters
About Base64
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format.
Common use cases include:
- Embedding images in HTML/CSS
- Transmitting binary data over text-based protocols
- Storing complex data in URLs
- Email attachments (MIME)