Base64 & Hex encoder/decoder

Convert text to and from Base64 or Hex with full UTF-8 support — instant, private, and free.

How to Base64 & Hex encoder/decoder

  1. Step 1. Paste the text (or Base64/Hex) you want to convert.
  2. Step 2. Choose encode or decode, and the target format.
  3. Step 3. Copy the converted output.

Frequently asked questions

Does it handle Unicode and emoji?

Yes — encoding is UTF-8 aware, so multi-byte characters and emoji round-trip correctly.

What is Base64 used for?

Embedding binary data in text contexts: data URLs, JSON payloads, email attachments, and basic credential headers.

Is Base64 encryption?

No — it is an encoding, not encryption. Anyone can decode it; use it for transport compatibility, not secrecy.