URL input
Inspect a link
Ready to inspect a URL.
Web utility
Break an HTTP or HTTPS URL into components, inspect raw and decoded query values, identify tracking parameters, and clean or encode links in your browser.
URL input
Ready to inspect a URL.
-
Components
| # | Key | Raw encoded value | Decoded value | State |
|---|
Duplicate keys and blank values are preserved. Invalid percent sequences remain visible instead of being silently changed.
--The tracking-clean version keeps ordinary query parameters and removes common UTM and advertising identifiers.
| Part | Example | Meaning |
|---|---|---|
| Protocol | https: | Scheme used to access the resource |
| Host | example.com:443 | Hostname plus an optional port |
| Path | /search/tools | Resource path on the server |
| Query | ?q=url&page=2 | Key-value parameters after the question mark |
| Hash | #results | Fragment identifier used for in-page navigation |
No. Parsing, query inspection, cleaning, and encoding all run locally in your browser.
The raw value preserves percent sequences such as %20. The decoded value shows the corresponding characters such as a space.
Yes. The tracking-clean URL removes common UTM and advertising identifiers while preserving ordinary query parameters.
When a hostname has no scheme, HTTPS is added only for local inspection so origin and host can be parsed accurately.