URL Encoder/Decoder

Encode or decode URL components instantly.

About URL Encoding

URL encoding converts characters into a format that can be transmitted over the Internet. Special characters are converted to percent signs followed by hexadecimal values (e.g., space becomes %20).

FAQ

Encode URLs when passing them as parameters, storing them in databases, or when they contain special characters like spaces or ampersands.

Spaces, special characters (!@#$%^&*), non-ASCII characters, and reserved URL characters (:/?#[]@!$&'()*+,;=) get encoded.