Elysia Tools
Navigation
encode-decode
Base, Radix, and Hex Text Encoding Tools
Encode and decode text and bytes across Base32/45/58/62/64URL/Base85/Z85, arbitrary radix (2–36), and hex, plus URL, HTML-entity, and Unicode escape conversion — for JWTs, blockchain IDs, data URLs, and binary inspection.
Overview
What this hub helps you accomplish
This hub gathers the alphabet-based encodings developers reach for when moving data between text and bytes. The Base family covers the formats real systems use — Base32, the EU Digital COVID Certificate Base45, the Bitcoin/Ripple Base58, the URL-shortener Base62, JWT's Base64URL, and the ZeroMQ/RFC-1924 Base85 — alongside a meta Base-N converter for any radix from 2 to 36. The hex and escape group handles hex-to-string inspection, a classic hex-dump file viewer, and the URL / HTML-entity / Unicode escapes that appear in web payloads and source files. Use it to pick the right encoding, inspect raw bytes, or round-trip a token without guessing which Base variant you are looking at.
Tools
Tools inside this hub
Samples
Sample stories related to this hub
Hubs