← Hashito System Home 日本語 Tools Blog
Input
Components
Query parameters (decoded)

How to use

  1. Paste a URL — Paste the URL you want to inspect (a full URL including a scheme such as http://).
  2. Read the components — Protocol, host, port, path, and hash are shown broken out in a table.
  3. Inspect parameters — The query string is split into keys and values, with values percent-decoded and listed.

Frequently Asked Questions

Will encoded parameter values be decoded?

Yes. The tool parses with the standard URL API and percent-decodes values (for example %20 to a space) so parameters are shown in readable form.

Can it parse relative or scheme-less URLs?

This tool expects a full URL that includes a scheme such as http:// or https://. Scheme-less strings produce an error, so prepend a scheme first.

Is the URL I enter sent to a server?

No. Parsing uses the browser built-in URL API entirely on your device; the URL is never sent to a server.