All tools in one place.
Start with the task you need to finish: clean up JSON, inspect a token, decode text, test a regex, or check an endpoint.
Pick the thing you are trying to do, then open the closest tool.
JSON, JWT, Encode, API, and Regex keep similar tools grouped together.
Each page keeps the same basic layout so you do not have to relearn the interface.
The catalog stays simple: short URLs, familiar page structure, and enough context to know what each tool is for.
Current tools
JSON Formatter
Format JSON with clean indentation so logs, payloads, and fixtures are easier to read.
JSON Validator
Check JSON syntax and catch parser errors before the payload goes any further.
JSON Compare
Compare two JSON documents and see which keys, values, or array items changed.
JSON Minify
Strip whitespace from JSON when you need a compact payload.
JSON to YAML Converter
Convert JSON to YAML for config files, manifests, and CI jobs.
JWT Decoder
Decode JWT headers and payloads locally so you can inspect claims and timestamps.
Base64 Encode / Decode
Encode text as Base64 or decode Base64 back to UTF-8 text.
Base64URL Encode / Decode
Encode text as Base64URL or decode URL-safe Base64 back to UTF-8 text.
URL Encode / Decode
Encode unsafe URL characters or decode percent-encoded text.
HTML Encode / Decode
Encode HTML entities or decode escaped HTML back into readable text.
Unicode Escape / Unescape
Convert text to Unicode escape sequences or turn escaped values back into readable characters.
Hex Encode / Decode
Convert UTF-8 text to hex bytes or decode hex back into text.
Hash Generator
Generate MD5, SHA-1, SHA-256, or SHA-512 hashes in the browser.
HMAC Generator
Generate HMAC signatures with SHA-1, SHA-256, or SHA-512.
HTTP Status Checker
Check the status of a public URL from the browser and get a quick response summary.
Regex Tester
Test regular expressions against sample text and see matches immediately.