Gezidao

Base64 Encoder & Decoder

Encode or decode Base64 text, with full UTF-8 support.

Report an issue

Advertisement

AHow to use

  1. 01 Paste text (or Base64) into the input box.
  2. 02 Click Encode or Decode.
  3. 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