Method
Uses the browser URL parser to split a URL.
Break a complete URL into protocol, host, path, query, and hash.
Inspect the parts of a web address without sending it anywhere.
Parsing happens locally in your browser. CSV support is intentionally simple and expects comma-separated values without embedded commas.
Context & Reference
For inspecting the parts of a complete web address.
parser guideUses the browser URL parser to split a URL.
Use this parser with your own values, then review the clearly labelled result and copy it when you need it elsewhere.
Shows protocol, host, path, query, and hash separately.
Parse https://example.com/a?x=1#top.
Include a protocol such as https://.
This parser runs locally in this browser. Include a protocol such as https://.
Useful next steps
Continue with a closely related task, calculation, conversion, or local text tool.
Encode or decode text for safe use inside a URL component.
Encode text to Base64 or decode a Base64 value locally.
Work out the tip and split a bill across any number of people.
Scale a recipe up or down by changing the number of servings.
Calculate the area and perimeter of a rectangular room or space.
Calculate the area of a rectangle, circle, or triangle from dimensions.