Encode text to Base64 or decode Base64 back to text, instantly and privately in your browser. Full UTF-8 support.
Text • encode/decode
Built on internationally recognised SI and standards-body conversion factors for dependable results.
Results update live as you type, with a clear visual breakdown across every unit at once.
Everything runs in your browser — no account, no uploads, nothing leaves your device.
Base64 is an encoding scheme that represents binary data using 64 printable ASCII characters (A–Z, a–z, 0–9, + and /). It was designed so binary content — images, files, keys — can travel safely through systems built for text, such as email (MIME), JSON payloads, HTML data URIs and HTTP headers. Base64 is encoding for safe transport, not encryption, so it adds no security on its own.
Developers across the US reach for Base64 every day: embedding small images in CSS/HTML, encoding API tokens and Basic-Auth credentials, storing binary blobs inside JSON, and inspecting JWTs. This converter encodes and decodes instantly with full UTF-8 support, entirely in your browser — paste, read, copy. Nothing is uploaded, so it is safe for tokens and private data.