What is URL encoding?
URL encoding replaces unsafe ASCII characters with a percent sign followed by two hexadecimal digits. It is used in query strings and form submissions.
How to use
Paste a URL or text to encode it, or paste an encoded string to decode it back.