URL encoder and decoder

This utility URL encodes or decodes the supplied text. URL encoding (also known as "percent encoding" or sometimes URL/percent escaping) is used to represent reserved/illegal characters in a URL using allowable characters and the percent symbol "%". Unlike true URI encoding and decoding (described in RFC3986) this utility encodes spaces as the "+" symbol and a "+" is decoded to a space.

Loading utility...