Query string parser

Paste a query to parse, or enter pairs to build one.

Result
No result yet.

a=1&b=2 parses to keys a and b.

Example

Parse or build application/x-www-form-urlencoded query strings locally.

a=1&b=2 parses to keys a and b.

Processed locally in your browser.