URL Encode / Decode
Encode or decode URLs and query parameters. Convert special characters for safe URL transmission.
About URL Encoding
URL encoding converts characters into a format that can be transmitted over the Internet. Special characters are replaced with a % followed by their hex value.
Common Encodings
Space → %20 or +
& → %26
= → %3D
? → %3F
/ → %2F
# → %23
@ → %40
: → %3A