Encoding/Decoding
Encode and decode various formats
Encoding & decoding utilities
Encoding tools convert data between machine-readable formats: Base64, URL encoding, HTML entities, JWTs, hex, binary, Unicode escapes. Developers reach for them constantly — when an API returns a Base64 image blob you need to inspect, when a OAuth token comes back URL-escaped, when a CSV cell has an emoji that has to survive an XML feed, when you need to decode the payload of a JWT to confirm whose session it is. Every tool here runs locally; tokens, payloads, and secrets never leave your browser. The CLI versions of the same commands (Base64, hash, JWT-decode) chain through shell pipes, which makes them especially useful in CI scripts and one-off debugging.
10 tools

