← backEncode / Decode
// tool
>_ URL Encode/Decode
Encode or decode URL/URI components
// output will appear here
// learn
URL Encoding (percent-encoding) converts special characters into %XX format for safe transmission in URLs. For example, spaces become %20, and non-ASCII characters are encoded as UTF-8 hexadecimal representations.