Paste your text
Paste plain text, a full URL, or an encoded string. Query parameters, spaces, symbols, and Unicode are all supported.
Encode or decode URLs instantly in your browser. Convert text into URL-safe format or decode percent-encoded strings for readability. Useful for query parameters, API requests, and debugging links.
How it works
Paste your text and the tool automatically detects whether to encode or decode. Everything runs locally in your browser for fast, private processing.
Paste your text
Paste plain text, a full URL, or an encoded string. Query parameters, spaces, symbols, and Unicode are all supported.
Auto-detect and process
The tool detects whether your input is encoded or not and applies the correct transformation automatically. You can still switch modes if needed.
Copy the result
Copy the output for use in URLs, query parameters, API requests, logs, or debugging.
Why use this tool
URL encoding makes text safe to include inside links and query strings by converting spaces and special characters into percent-encoded sequences. Decoding is useful when you want to read or debug encoded URLs and API parameters.
Common use cases:
Encode query parameter values
Safely encode user input like names, emails, or search terms before placing them into a URL.
Decode copied URLs for readability
Turn percent-encoded strings back into readable text when reviewing logs, tickets, or analytics data.
Debug API requests
Quickly inspect and fix encoded query strings or headers when troubleshooting requests.
Handle spaces and special characters
Encode characters like &, =, ?, and Unicode symbols to avoid broken links or parsing issues.
FAQ