Encoding
URL Encoder / Decoder
Percent-encode or decode URLs and query strings. RFC 3986 compliant, UTF-8 safe, with component and full-URL modes.
Output will appear here…Why use our URL Encoder / Decoder?
100% private
Everything runs in your browser. Your data never leaves your device — safe for production payloads.
Instant results
No round trips, no rate limits, no login. Format, validate and inspect megabytes of JSON in milliseconds.
Standards-first
Follows RFC 8259 / ECMA-404 exactly. Reports errors with precise line and column diagnostics.
Related developer tools
Base64 Encoder / Decoder
Encode or decode Base64 payloads with UTF-8 support. Handy for JWTs, data URIs and binary transport in JSON.
OpenJSON URL Encode
URL-encode a JSON document for safe transport in query strings — validated as JSON first.
OpenHTML Escape
Escape HTML special characters (< > & " ') to entities. Safe injection into HTML markup.
OpenJSON to Base64
Convert JSON to a compact Base64-encoded string. Great for embedding JSON in URLs, cookies or headers.
OpenJSON URL Decode
URL-decode a percent-encoded JSON string and pretty-print the parsed structure.
OpenJWT Decoder
Decode JSON Web Tokens to inspect the header, payload and signature — verify claims and expiry in-browser.
Open