🔗 URL Encode / Decode
Encode/Decode full URLs or components. Parse query strings to a table. All in your browser.
Input
Result
Output
Why URL encoding matters
URL encoding replaces unsafe characters with percent-encoded values so they can be safely transmitted in a URL.
For example, spaces become %20
.
How to use this URL tool
- Encode or decode full URLs, query strings, or individual components.
- Switch between Encode and Decode modes.
- View a breakdown of protocol, host, path, and query parameters.