URL Encode/Decode
Encode or decode URLs, handling special characters and URL parameters.
How to Use
- Enter the URL or text to process
- Click "Encode" to encode the URL
- Or click "Decode" to decode the encoded URL
- View the result and copy to clipboard
URL Encoding Explanation
URL encoding (Percent-encoding) is a coding mechanism used to represent unsafe characters in URLs. It converts special characters into% followed by two hexadecimal digits.
For example: space is encoded as%20, Chinese characters are encoded as%E4%B8%AD%E6%96%87