URL Encoder / Decoder
Encode or decode URLs and URI components safely.
Advertisement
Input
Output
Advertisement
What is the URL Encoder / Decoder?
The URL Encoder / Decoder converts text and URLs to and from percent-encoded form, supporting both full-URI and URI-component encoding modes.
How to use it
- Choose the encoding or decoding mode you need.
- Paste your text or URL into the input box.
- Copy the encoded or decoded result from the output box.
Features
- Encode URI Component
- Decode URI Component
- Encode full URI
- Decode full URI
- Graceful handling of malformed input
Privacy
Encoding and decoding runs entirely in your browser using native Web APIs. No data leaves your device.
Frequently Asked Questions
URI Component encoding escapes almost every special character, making it ideal for query string values. Full URI encoding leaves characters like : / ? # untouched since they're structurally meaningful in a complete URL.
The tool detects decoding errors and shows a clear message instead of crashing.