🔠 Encoding Tools
Base32, Base58, Base64, Hex, URL, and HTML encoding
Hex Encode / Decode
Encode text to hexadecimal or decode hex back to text.
File ↔ Hex
Convert any file to hex string and back. Upload or paste hex to download.
Base32 Encode / Decode
Encode text to Base32 or decode Base32 back to text.
File ↔ Base32
Convert any file to Base32 string and back.
Base58 Encode / Decode
Encode text to Base58 (Bitcoin-style) or decode Base58 back to text.
File ↔ Base58
Convert any file to Base58 string and back.
Base64 Encode / Decode
Encode text to Base64 or decode Base64 back to text. Supports UTF-8.
File ↔ Base64
Convert any file to Base64 string and back.
HTML Encode / Decode
Encode HTML entities (& < > " ') or decode HTML entities back to characters.
URL Encode / Decode
Encode special characters for URLs or decode percent-encoded strings.