Base64 Encode/Decode
0 chars, 0 bytes
0 chars, 0 bytes
What is Base64?
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It's commonly used when there's a need to encode binary data for storage or transfer through media that are designed to deal with text content.
Common uses include:
- Encoding binary data in JSON
- Embedding images directly in HTML/CSS
- Encoding binary data in URLs
- Email attachments (MIME)