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

url-encode

input

output

result will appear here

api

curl -X POST https://freeforyou.win/api/url-encode \
  -H "Content-Type: application/json" \
  -d '{"url": "hello world", "mode": "encode"}'