URL Encoder
Percent-encode text for safe URL use, or decode encoded strings.
Learn more
Handles all special and reserved URL characters correctly.
Essential for building safe query strings or debugging URL encoding issues.
- Safely build query strings with special characters.
- Decode percent-encoded URL parameters.
- Fix broken or malformed URLs.
How it works
- Enter text to encode or percent-encoded text to decode.
- Tool applies URL encoding (percent-encoding) rules.
- Output displays encoded or decoded URL safely.
Related tools
Example
Input
Output