URL Encode / Decode
Encode and decode URLs with percent encoding.
Break a URL down into its protocol, host, path, query parameters, and more.
URL Parser breaks a URL down into its components: protocol, host, port, path, query string, fragment, and more. Query parameters are listed as key-value pairs, making it easy to quickly understand the structure of a complex URL. Useful for debugging and inspecting API request URLs.
No. Enter a full URL including a scheme such as "https://" or "http://".
Yes. It can extract the username and password from URLs in the form "https://user:pass@example.com".
Yes. Each item has a copy button next to it to copy that value to the clipboard.
No. All processing happens in your browser using the built-in URL API.