Base64 Converter.
Convert your data to and from Base64 encoding instantly.
Base64 output will appear here...
About Base64 Converter
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format by translating it into a radix-64 representation.
It's commonly used when you need to encode binary data that needs to be stored and transferred over media that are designed to deal with text.
Common use cases include:
- Encoding binary data in JSON
- Embedding images in CSS or HTML
- Encoding data in data URLs
- Email attachments (MIME)