UtilityPilot.Find a tool

Web & Publishing

URL and query-string parser

Break a URL into readable components and ordered query pairs. Preserve repeated parameters and distinguish form-style spaces from literal plus signs.

Processed in your browserPrivacy details ↗

1 MiB per input

Adjust your options

No sign-up. No upload.

A QUICK WALKTHROUGH

How to use this tool

  1. Paste a complete HTTP(S) URL or select query-string mode.
  2. Choose whether a plus sign should decode as a form-space.
  3. Parse and inspect the component summary and parameter table.

How it works

Complete URLs are parsed with the browser’s URL implementation. Query parameters are retained as ordered pairs rather than collapsed into an object. Values are percent-decoded once with strict UTF-8 handling. Embedded credentials are reported as present but are redacted in the output. The destination is not fetched.

A practical example

Start with

?tag=a&tag=b&q=green+tea

What to expect

Two tag pairs remain separate; q becomes “green tea” with form mode enabled.

Important considerations

A query can legitimately contain the same key more than once. Converting it directly to a simple object may lose values. Parsing does not verify the destination or detect malware.

1 MiB per input. Input remains in page memory until you reset or leave. Copy and download actions are initiated by you. No tool input is sent to a processing service.

One more useful detail

Does the parser visit my link?

No. It inspects the supplied string locally and does not request its destination.