Base64 Encoder & Decoder
Encode and decode Base64 strings for data transmission and storage.
Base64 Encoder/Decoder
Choose to encode or decode your text below.
About Base64
Base64 is a binary-to-text encoding scheme that represents binary data in ASCII format.
Common uses:
- Email attachments
- Data URLs in web pages
- API data transmission
- Configuration files