All tools · Developer

Base64 encode / decode

Shows the Base64 encoding of your input and, if the input is Base64, its decoded text.

Encoded

—

Decoded

—

How to use

  1. Type text to see it encoded; paste Base64 to see it decoded.
  2. Turn on URL-safe for URLs, file names and JWTs.
  3. Copy the result.

Questions

Does it handle non-English text?

Yes. Text is encoded as UTF-8 bytes first, so any language and emoji round-trip exactly.

Is Base64 encryption?

No. Anyone can decode it; do not use it to hide passwords or personal data.

What is URL-safe Base64?

+ and / become - and _, and trailing = is dropped. Decoding accepts both forms.

Can it convert files?

Not yet: text only.

Is my input uploaded?

No. Conversion happens in your browser.

Related tools

All tools