URL Encoder
FreeEncode special characters in URLs or decode percent-encoded strings back to plain text, instantly.
- 1
Choose Encode or Decode using the tabs.
- 2
Paste your URL or encoded string into the input.
- 3
The result appears instantly — copy it with one click.
Frequently asked questions
URL encoding converts special characters so they can be safely used in URLs and query strings.
Encoding converts text to URL-safe format; decoding reverses it using decodeURIComponent.
No. URL encoding happens entirely in your browser using built-in JavaScript functions.
Related tools