Advertisement

URL Encoder/Decoder

Encode or decode URL strings with percent-encoding.

Advertisement

About URL Encoding

URL encoding (percent-encoding) converts characters that are not allowed in URLs into a format that can be safely transmitted. For example, a space becomes %20 and an ampersand becomes %26.

Read more: URL Encoding Explained: A Complete Guide