URL Encode/Decode

Encode or decode URLs, handling special characters and URL parameters.

How to Use

  1. Enter the URL or text to process
  2. Click "Encode" to encode the URL
  3. Or click "Decode" to decode the encoded URL
  4. 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