Gliora

Base64 encoder

Base64 encode and decode

Base64 encodes text (UTF-8) into transport-safe characters. Everything runs in your browser.

This tool encodes text to Base64 and decodes Base64 back to text in one place. Pick the direction, type or paste your text, and the result appears instantly.

Encode or decode in your browser

Base64 turns UTF-8 text into a compact, transport-safe set of characters — handy for data URIs, API payloads and config files. Everything runs locally; nothing is uploaded.

FAQ

What is Base64?
Base64 is a way of representing binary or text data using 64 safe ASCII characters. It's used to embed data in URLs, JSON, emails and data URIs where raw bytes would break.
Is Base64 encryption?
No. Base64 is encoding, not encryption — anyone can decode it. It hides nothing; it just makes data transport-safe.
Is my text uploaded anywhere?
No. Encoding and decoding happen entirely in your browser, so your text never leaves your device.