Encode and decode text, files, and images to Base64. Instantly, in your browser.
0 chars
0 chars
Encoding scheme
Base64 converts binary data into ASCII text using 64 safe characters.
Common uses
Email attachments, embedding images in HTML/CSS, API tokens, data URIs.
Size increase
Base64 output is ~33% larger than the original — it's encoding, not compression.