Free URL Encoder/Decoder
Encode special characters in URLs to safe percent-encoded format (e.g., spaces become %20), or decode encoded URLs back to readable text.
Common Encodings
- Space → %20
- & → %26
- = → %3D
- # → %23
Privacy
All encoding happens locally in your browser. No data is transmitted.