URL Encoder / Decoder
Encode or decode URLs with special characters.
About URL Encoding
URL encoding converts special characters into a format that can be transmitted over the Internet. Characters like spaces, &, ?, # are replaced with percent-encoded equivalents.
Common Encodings:
Space → %20
& → %26
? → %3F
= → %3D
# → %23
/ → %2F