← All tools

Base64 Encoder/Decoder

Convert text and files to and from Base64 — instantly, in your browser.

Paste text to encode

Input

Base64

Processed entirely in your browser — nothing is uploaded anywhere.

Base64 encoder / decoder FAQ

Text vs file mode

Text mode encodes and decodes UTF-8 strings for APIs and config snippets. File mode turns uploads into Base64 (or downloads decoded bytes) when you need Base64-to-file without a server.

URL-safe alphabet

Some transports replace + and / and drop padding. This tool sticks to standard Base64 so results match common libraries; adjust for URL-safe variants only if your API requires them.

Privacy

Encoding happens locally. Useful for tokens, keys, or documents you should not paste into a third-party online converter.