Search for a command to run...
Keep text from breaking URLs by safely encoding or decoding it.
Uses standard URL encoding so queries and paths stay intact.
What
URL encoding converts unsafe characters into percent-encoded form so they travel safely in URLs.
Cases
Encode query parameter values
Decode percent-encoded strings from logs
Prepare path segments with spaces or symbols
How To
A step-by-step guide to safely converting query values and path segments.
Paste the text you want to encode or decode into the input field.
Choose URL encode or URL decode.
Copy the output and use it in your URL, code, or request.
Knowledge
FAQ