Skip to content
snip tools

Encoding & JSON tools

Everyday format, encode/decode and conversion utilities — JSON, Base64, URL, hex, HTML entities, JWT, SQL, YAML, XML, CSV. Beautifiers and minifiers for the languages you ship. All run locally in your browser; nothing is uploaded.

When to reach for each

For data manipulation, the JSON formatter and JSON diff handle most debugging; converters like JSON to CSV and YAML to JSON bridge formats. For wire-format work, Base64, URL encoding and JWT decoder cover the usual suspects. Code generators like JSON to TypeScript and JSON to Go save a few minutes of typing when wiring a new API. For deeper JSON workflows, the dedicated JSON tools hub groups the JSON-specific tools together.

Frequently asked questions

Are these encoding tools really free?
Yes. Every tool here is free, needs no sign-up, and runs entirely in your browser. Your input is never uploaded — strict-CSP enforced.
Is it safe to paste secrets or tokens here?
Yes for inspection. Encoding, decoding and validation happen locally — nothing is sent to a server. That said, treat any pasted token as touched, and rotate it if it was production-sensitive.
Which tool fixes invalid JSON?
Start with the JSON formatter — it validates first and points to the first syntax error so you can correct it. For larger comparisons, use the JSON diff.