Base64 Encoder / Decoder

Encode text to Base64 or decode Base64 back to text, instantly in your browser.

Interested in advertising in this spot? Contact us for sponsorship options

About Base64 encoding

Base64 represents binary or text data using 64 printable ASCII characters, making it safe to embed in JSON, URLs, emails, or config files. This tool uses your browser's built-in TextEncoder and btoa/atob APIs, so it correctly handles Unicode text and nothing is sent to a server.

Share on LinkedIn Share on X
Link to this tool

Copy this HTML to cite this tool from your own site or article.

Interested in advertising in this spot? Contact us for sponsorship options