Breaks a URL into its parts and decodes each query value — handy for debugging redirects, tracking tags and API calls. Runs in your browser; nothing is sent anywhere.
Runs in your browser. Files are never uploaded — you can go offline after the page loads.
How to use the URL Parser
Paste a full URL.
See every component and query parameter.
Copy any part you need.
Easy to use
Drop files, pick options, download. Whole folders at once, no signup, no daily limit.
Best quality
The same engines the professionals use — SVGO, resvg, MozJPEG, libwebp, libavif — compiled to run in your browser.
Private & secure
Files are processed on your device and never uploaded. Close the tab and nothing remains anywhere.
See exactly what a URL contains
Paste any URL and it's broken into protocol, host, port, path, query, fragment and origin, with every query
parameter pulled out into a table and URL-decoded so encoded characters are readable. It's the quickest way to
debug a redirect chain, inspect UTM and tracking tags, or check what an API call is actually sending.
Parsing uses your browser's built-in URL engine, so nothing is sent anywhere. To encode or decode a single value,
use URL encode / decode.
Frequently asked questions
Why do query values look different here?
They’re URL-decoded — so %20 shows as a space and encoded characters are readable — which is what you usually want when debugging.
Is the URL sent anywhere?
No — parsing uses your browser’s built-in URL engine; nothing leaves your device.
Most online converters upload your file to a server. InfyTool ships the actual encoders to your browser as WebAssembly instead, so processing happens inside your tab — faster for batches, and nothing to delete afterwards.
No upload, ever. Turn off Wi-Fi after the page loads and every tool keeps working.
No limits. No file-size cap, no queue, no watermark, no account.
Runs on your CPU. Batches use several cores in parallel; nothing is throttled.