URL Encoder/Decoder

URL Encode & Decode

Encode or decode URL components online. Supports Unicode characters.

python3 -c "import urllib.parse; print(urllib.parse.quote('your text'))"