URL Encoder/Decoder

Encode and decode URLs online. Convert special characters to URL-safe format and vice versa for web development.

Length: 0
Length: 0

URL Encoding Information

URL encoding (also known as percent-encoding) converts characters into a format that can be transmitted over the Internet. Special characters are replaced with a '%' followed by two hexadecimal digits.

Common Encoded Characters

Space → %20
! → %21
# → %23
$ → %24
& → %26
+ → %2B