URL Encoder / Decoder
Convert text to the URL-safe format (percent-encoding) and decode existing URLs. Supports both full-URL and component encoding.
- Full-URL or component mode
- Encoding and decoding
- Error handling for invalid sequences
Input
Result
Use Component mode for a single value (such as a query parameter) and Full URL mode to preserve structural characters like :/?#&=.