Convert plain text to Base64 format
Base64 is not encryption, but it safely encodes binary data for text‑based systems
Works with any text, including special characters and Unicode
Encodes as you type or paste – instant results
All processing happens locally in your browser
Convert plain text to Base64 format for use in data URIs, APIs, and secure transmission.
data:image/png;base64,...Base64 encoding converts text to a string of ASCII characters using a 64‑character alphabet. Our encoder:
Your text is read as UTF‑8 binary data.
The browser’s built‑in btoa() function (or a fallback) performs the conversion.
The resulting Base64 string is displayed and can be copied with one click.
Base64 Encoder
QmFzZTY0IEVuY29kZXI=