URL Encoder/Decoder
What is URL Encoding?
URL encoding, also known as Percent-encoding, is a mechanism for encoding information in a Uniform Resource Identifier (URI), by replacing certain characters with one or more character triplets that consist of the percent character "%" followed by two hexadecimal digits. Read more on Wikipedia.
This tool simply decode/encode percent-coded URL into human-readable format or vice versa.