uuutil ← all tools

URL parser & builder

Paste a URL and read its parts broken out: scheme, username, password, host, port with the scheme default noted, path segments, the query parameters as a decoded, editable table, and the fragment. Edit any part — or add, change and remove parameters — and the composed URL updates live with correct re-encoding; this tool covers structure, complementing the plain URL encoder. Internationalized hosts show both Unicode and ASCII (punycode) forms when they differ, with a plain-language note about look-alike IDN spoofing, and a relative URL resolves against the optional base.

Privacy ledger

Data acquired None.
Libraries used Lit 3 — bundled into the tool file itself.
Data stored None.
Data transmitted None.

Use it on your own page

Download the tool as a single self-contained HTML file: readable source with the Lit library included, zero network requests — it works opened straight from your disk, and you can customize everything.

Prefer the hosted widget? One script tag embeds it and stays up to date:

<script type="module" src="https://uuutil.com/tools/url-parser.js"></script>
<uu-url-parser lang="en"></uu-url-parser>

Source license: MIT — free to use, modify and redistribute; keep the license notice in copies.