Base64 Encoder & Decoder
Convert text to Base64 and decode Base64 back to text
Type or paste your content here
Result will appear here
About Base64 Encoding
Base64 is an encoding scheme used to represent binary data in an ASCII string format. It's commonly used when there's a need to encode binary data, especially when that data needs to be stored and transferred over media that are designed to deal with text.
Common uses include:
- Embedding image data directly in HTML or CSS
- Encoding email attachments (MIME)
- Storing complex data in JSON
- URL encoding in some applications