sandboxmax

URL Encoder / Decoder

Pre-loaded with the characters that break query strings — spaces, ampersands, percent signs, quotes, slashes — so you can see exactly how encodeURIComponent escapes each one. Paste anything, hit Encode or Decode, and the last action re-runs live as you keep typing. Malformed percent-sequences are handled leniently instead of crashing.

runs 100% in your browser — URLs are parsed, never visited

  1. 1Paste URL or textAny string works — full URLs unlock the parameter grid automatically.
  2. 2Encode or decodeOne click either way; your last action keeps re-running live as you type.
  3. 3Work the param gridEvery query key decoded into rows, trackers flagged amber — copy a clean URL or the params as JSON.

The last action re-runs live as you type. Everything uses your browser’s nativeencodeURIComponent / URLSearchParams — URLs you paste are never requested or transmitted.

base domain: parameters:

More URL tools