Base64 Encoder & Decoder
Encode or decode Base64 text, with full UTF-8 support.
Advertisement
AHow to use
- 01 Paste text (or Base64) into the input box.
- 02 Click Encode or Decode.
- 03 Copy the result, or use ⇅ to feed the output back in as input.
QFAQ
Does it support Chinese and emoji? +
Yes. The tool converts text through UTF-8 before encoding, so any language and emoji survive a round-trip perfectly.
Is Base64 encryption? +
No. Base64 is an encoding, not encryption — anyone can decode it. Never use it to protect secrets.
→Related tools
→
Encrypted Text
Encrypt and decrypt text locally with AES-GCM.
→
Hash Generator
MD5, SHA-1, SHA-256 and SHA-512 for text or files, computed locally.
→
URL Encoder & Decoder
Percent-encode or decode URLs and query parameters safely.
→
JWT Decoder
Inspect a JWT's header and payload claims — nothing leaves your browser.