URL encoding (also known as percent encoding) converts non-ASCII characters (such as Chinese characters, spaces, and special symbols) in a URL into a format that can be understood by the browser. For example, converting spaces to %20
. This tool supports:
URL encoding of plain text
URL decoding of encoded URL strings
Supports quick operations such as clearing and copying