URL Encoder & Parser
Encode/decode URL components and break any URL into its parts.
About this tool
URL-encode or decode text and parse any URL into protocol, host, path and query parameters. Useful for debugging webhooks, redirects and analytics tags. Runs entirely in your browser.
When do I need URL encoding?
Whenever a value goes into a URL: spaces, ampersands, equal signs and non-ASCII characters must be percent-encoded or the URL breaks.
What does the parser show?
Protocol, hostname, port, path, hash and each query parameter as a separate row.