Encode or decode Base64 for text, files, and images. All processing 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.