URL Encoder / Decoder

Encode special characters for URLs or decode percent-encoded strings.

About URL Encoding

URL encoding (percent-encoding) replaces unsafe characters with a % followed by their hex value. This is essential for query parameters, form data, and any text that needs to be included in a URL.