Choose URL component or whole URL encoding
Keep URL separators meaningful and encode only data that belongs inside a URL.
Checklist
- Encode a parameter value such as a search phrase as a URL component.
- Keep `https://`, path separators, and query delimiters when handling a complete URL.
- Decode once when diagnosing; double encoding changes `%` into `%25`.
Privacy and accuracy
Use the encoding rule expected by the receiving API or browser.
Open the encoder