Base64 Encode / Decode
Encode text or binary data to Base64 format, or decode Base64 back to plain text.
File to Base64
Drop any file or click to browse
About Base64
- Base64 encodes binary data as ASCII text.
- Commonly used in email attachments and data URIs.
- The output is ~33% larger than the input.
- Processing is entirely done in your browser.