URL Encoder/Decoder

Encode text to URL-safe format or decode URLs back to text.

What is URL Encoding?

URL encoding (Percent-encoding) is a mechanism for encoding information in a Uniform Resource Identifier (URI). Characters that are not allowed in a URL (like spaces for example) must be encoded.