URL Encoder online
Safe URL encoding and decoding. Correctly handle spaces, special characters, and query strings.
Percentage Encoding
URL encoding, also known as percent-encoding, is a mechanism for encoding information in a Uniform Resource Identifier (URI). Characters that are not allowed in a URI are replaced with a percent sign followed by two hexadecimal digits.