Why Do URLs Need Encoding?
Under RFC 3986, characters like spaces, ampersands (&), question marks (?), and non-ASCII symbols cannot be sent as plain characters. They are replaced by a % followed by two hexadecimal digits.
Common Percent-Encoded Characters
Space: %20 or +
Ampersand: %26
Question mark: %3F
Equals sign: %3D
Slash: %2F
Hash / Anchor: %23
Colon: %3A
At symbol: %40
The 4 Key Parts of a URL
- Protocol:
https://indicates the secure transfer protocol. - Host:
urlgenz.siteindicates the server domain. - Path:
/tools/checkpoints to the specific resource. - Query String:
?ref=twitter&utm_source=socialpasses key-value parameters.
Parse, Encode & Edit URLs in Real-Time
Use our visual URL Encoder and Query String Inspector to add, edit, or remove URL parameters interactively.
Open URL Encoder & Parser →