URL Parser
Paste any URL to instantly see every component: protocol, hostname, port, pathname, query parameters (as a key→value table), fragment, and the fully-decoded version. Supports long URLs with dozens of query params. Click any value to copy it.
Ctrl+Enter to run · Ctrl+K to switch tools · Recent button shows input history
Let AI do the hard part. Fix broken HTML, convert to email-safe HTML, or clean up any markup in one click — 3 free AI runs per day, no account needed.
Try the AI HTML FixerFAQ
What is a query parameter?
The part of the URL after the ? — e.g., ?id=42&sort=asc. Each key=value pair is separated by &. This tool parses them into a table for easy reading and copying.
How does URL decoding work?
Percent-encoding replaces unsafe characters with %XX hex codes. For example, a space becomes %20 and a @ becomes %40. This tool shows both the encoded and decoded versions of each component.