URL Parser & Analyzer
Break any URL into its protocol, host, port, path, query parameters, and hash. Uses the browser's native URL parser for spec accuracy.
Runs 100% in your browser — nothing is uploaded.
- Protocol
https: - Username
user - Password
pass - Host
toolvaults.net - Hostname
toolvaults.net - Pathname
/text-tools/case-converter/ - Search
?in=hello+world&to=camel - Hash
#result - Origin
https://toolvaults.net
Query parameters
| Key | Value |
|---|---|
| in | hello world |
| to | camel |
Frequently asked
What parser does this use?
The browser's native URL constructor — WHATWG URL spec compliant. Same code path that fetch(), XHR, and navigation use.
Does it decode query values?
Yes — query params are shown decoded. The raw search string with encoding is also visible.
Related tools
- URL Encode / DecodePercent-encode or decode URLs, query strings, and path segments. Choose between
- User-Agent ParserParse any User-Agent string to identify the browser, engine, OS, and device. Aut
- HTTP Headers ReferenceEvery common HTTP header explained, grouped by purpose. Searchable by name or ke
- Meta Tag GeneratorGenerate SEO, Open Graph, and Twitter Card meta tags from your title, descriptio
- QR Code GeneratorGenerate QR codes for URLs, text, WiFi credentials, and more. Customize colors a