{ }Devtool

URL Encoder & Query Parser

URL encoder, decoder, and query-string inspector. Encode components, decode URLs, and view every ?key=value pair in a clean editable table.

URL / query string

Query params (4)

#KeyValue
1qhello world
2langen
3taga
4tagb

Encode / decode helper

hello%20world%20%26(foo)%3Dbar%3F

How to use

  1. Paste input or drop a file above.
  2. Adjust options (delimiter, dialect, quality, ratio).
  3. Copy result or download — no sign-up needed.

FAQ

What's the difference between encodeURI and encodeURIComponent?

This tool uses encodeURIComponent semantics per key/value so & and = inside values are escaped correctly.

Related encode tools