URL encode and decode any string. Converts special characters to percent-encoded format (%20 for spaces, etc.) making strings safe for use in URLs and query parameters.
Functions
Encode
Convert special characters to URL-safe format
Decode
Convert percent-encoded characters back to original
Steps
1
Enter or paste the URL or text you want to encode/decode
2
Click "Encode" to URL-encode or "Decode" to URL-decode the text
3
Copy the converted result with one click
Use cases: Encode special characters in URLs, decode encoded query parameters, prepare strings for safe URL transmission