Parse any URL into its components, decode encoded strings, encode text for safe use in URLs, and inspect query parameters — all instantly in your browser.
Breaks any URL into protocol, host, port, path, query string, and fragment — each shown separately with copy buttons.
Every query parameter is listed in a table with its raw and decoded value — no more squinting at long query strings.
Percent-encode special characters so your text is safe to use in URLs, API calls, and query strings.
Convert percent-encoded strings back to readable text. Great for debugging encoded URLs from logs or API responses.
Results update as you type — no button press needed. Paste a URL and see all components immediately.
Your URLs, tokens, and query strings never leave your browser. Safe to use with internal and production URLs.