URL encoder / decoder
Percent-encode or decode a single value for use inside a URL.
How to use
- Paste the text.
- Choose encode or decode.
- Convert and copy the result.
What it supports
Encodes one component, not a whole URL: separators such as : / ? & = are escaped. Decoding rejects malformed % sequences and can treat + as a space.