Encoders & decoders
Base64, URL, JWT, HTML-entity encoders and decoders — no network calls.
11 tools · 100% client-side
-
Base64 encode / decode
Popular NewEncode or decode Base64 and Base64URL text with UTF-8 support, fast copy actions, and local-safe processing for JWT and API testing.
-
URL encode / decode
NewPercent-encode and decode URL strings safely.
-
JWT decoder
Popular NewDecode JWT header/payload segments, inspect exp/nbf/iat claims as readable times, and review signature data locally before verification.
-
HTML entities encoder / decoder
NewEncode and decode HTML entities like & and '.
-
Text to HEX
NewEncode text to hexadecimal bytes and decode HEX back to text.
-
Binary text converter
NewConvert text to binary and binary bytes back to readable text.
-
Morse code translator
NewEncode plain text to Morse code and decode Morse back to text.
-
Base32 encode / decode
NewEncode and decode Base32 (RFC 4648) text with UTF-8 support and optional padding — the encoding behind TOTP secrets and DNS-safe identifiers.
-
Base58 encode / decode
NewEncode and decode Base58 using the Bitcoin and IPFS alphabet — compact, copy-paste-safe text with no look-alike characters.
-
ROT13 / ROT47 cipher
NewScramble and unscramble text with the self-inverse ROT13 and ROT47 rotation ciphers — perfect for hiding spoilers and puzzle answers, all in your browser.
-
CRC32 checksum
NewCompute the IEEE CRC32 checksum of text as hex and decimal — the fast error-detection code used by zip, gzip, and PNG files, all in your browser.