⚡
You've used 10 free runs today
Upgrade to Pro for unlimited encoding and no ads.
Upgrade to Pro – $9/mo
Advertisement
When to use URL encoding
Space → %20 — Spaces are not allowed in URLs and must be encoded
Special chars → %XX — &, =, ?, #, and + have special meaning in URLs
API parameters — Always encode values passed in query string parameters
Advertisement