Usage
- Pick encode or decode.
- Type text to run encodeURIComponent / decodeURIComponent immediately.
- Line-by-line mode converts each line separately.
Online tool to encode text to URL encoding or decode URL-encoded strings.
Input is plain text or a percent-encoded string. Output is the opposite conversion. Nothing is uploaded. Invalid % sequences fail on decode.
Encode: hello world → hello%20world. Decode reverses it.