URL Encoder/Decoder

Encode and decode URL components and query strings.

About URL Encoding

URL encoding (also known as percent-encoding) replaces special characters with a % sign followed by hexadecimal digits. This is required for including special characters in URLs, query strings, and form data.

Common Encodings

Space %20 or +
& %26
= %3D
? %3F