🔗
Encoding & Parsing
URL Parser
Break down any URL into its individual components: protocol, username, password, hostname, port, pathname, query parameters (each listed separately), and hash fragment. Runs entirely in your browser — nothing is sent to a server.
← All Tools
Runs entirely in your browser · No data sent anywhere