URL Encode / Decode

Percent-encode text for safe use in URLs, or decode an encoded URL back to readable text — instantly, in your browser.

How it works

  1. Paste your URL or text into the input box.
  2. Click Encode or Decode to convert it.
  3. Copy the result from the output box.

Frequently asked questions

What does URL encoding do?

It replaces characters that aren't safe in a URL (spaces, &, ?, etc.) with percent-escapes like %20 so links don't break.

Is my text sent anywhere?

No — everything runs in your browser.

Related tools