🔐

Encoder / Decoder

Encode and decode Base64, URL, HTML entities, Hex, JWT and Unicode.

Processing…
Output
Free · No account · Open source friendly
🔢
6 formats
Base64, URL, HTML, Hex, JWT, Unicode.
⬆⬇
Encode & decode
Switch direction anytime.
🔍
JWT decoder
Inspect header and payload instantly.
Instant
No submit — paste and click.

Frequently asked questions

Encoding binary data (images, files) as text — used in emails, data URIs, and APIs.
Yes — we only decode the header and payload. The signature is shown but not verified here.
Yes — URL encoding (also called percent encoding) replaces special characters with %XX sequences.
It converts characters to \uXXXX sequences — useful for escaping special characters in source code.