Base64 Encoder/Decoder
Encode and decode Base64 data instantly
Encode to Base64
Decode from Base64
About Base64 Encoding
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It's commonly used to encode data that needs to be stored and transferred over media designed to deal with text.
Common Uses:
- Email attachments (MIME)
- Embedding images in HTML/CSS
- Data URLs
- API authentication tokens
- Storing complex data in URLs
Example:
Original:
Hello World!
Base64:
SGVsbG8gV29ybGQh