root@catnux
← back
Encode / 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.

catnuxpage: tools/url-encode/
up: 00:00:00