What is this tool?
This tool encodes and decodes URL strings using percent-encoding (RFC 3986). Use it to safely include special characters in URLs or to decode encoded URLs back to readable text.
How to Use
- Enter text or an encoded string in the input area.
- Click 'Encode' for standard encoding or 'Encode All' for full encoding.
- Click 'Decode' to decode a percent-encoded string.
- Use 'Use output as input' to chain operations.
Examples
- Encode query parameters with special characters.
- Decode a percent-encoded URL from a log file.
- Encode non-ASCII characters for use in URLs.