Encoding & Decoding
Encode and decode Base64, URL, Hex, Unicode, and more.
17 tools
Base64 Encoder
Encode text or files to Base64 format for safe data transmission.
Base64 Decoder
Decode Base64 encoded strings back to plain text or binary data.
URL Encoder / Decoder
Percent-encode and decode URLs and query string parameters.
HTML Entity Encoder
Encode and decode HTML entities like &, <, >, and more.
Hex Converter
Convert between hexadecimal, decimal, binary, and octal number systems.
Unicode Lookup
Look up Unicode code points, search by character name, and convert between encodings.
JWT Decoder
Decode and inspect JWT tokens — header, payload, and signature — without verification.
Base58 Encoder / Decoder
NewEncode and decode data using Bitcoin Base58 and Base58Check encoding.
Number Base Converter
NewConvert numbers between binary, octal, decimal, hex, and any base from 2–36.
Data URL Generator
NewConvert files to Base64 data URLs and decode data URLs back to files.
Base32 Encoder / Decoder
NewEncode and decode data using RFC 4648 Base32 — used in TOTP secrets and DNSSEC.
Base62 Encoder / Decoder
NewEncode and decode data using Base62 — ideal for URL-safe short IDs.
Base85 (Ascii85) Encoder / Decoder
NewEncode and decode data using Ascii85/Base85, as used in PDF and PostScript.
Morse Code Converter
NewConvert text to Morse code and back using the international Morse alphabet.
ROT13 / ROT47 Cipher
NewEncode and decode text using the ROT13 and ROT47 substitution ciphers.
Punycode Converter
NewConvert internationalized domain names (IDN) to and from Punycode (ACE).
Quoted-Printable Encoder / Decoder
NewEncode and decode Quoted-Printable text as used in email MIME content.