URL Encoder/Decoder

Encode or decode URLs instantly using JavaScript.

About URL Encoding

URL encoding converts special characters into a format that can be transmitted over the Internet. Special characters are replaced with a percent sign followed by two hexadecimal digits.

Space
→ %20
!
→ %21
#
→ %23
@
→ %40