Percent-encode special characters for safe URL usage. URL Encoder is a free online tool from the ToolsRift Encoders & Decoders collection. It runs entirely in your browser — nothing to install, no signup, and your data never leaves your device.
Spaces, &, =, #, %, ?, +, and non-ASCII characters must be encoded as %XX hex sequences.
Both represent a space. %20 is used in URL paths; + is used in HTML form data (application/x-www-form-urlencoded).
Only encode individual query parameter values, not the entire URL — encoding colons in http:// or slashes breaks the URL.