URL Encoder

Percent-encode text for safe use in a URL.

Text or URL

URL-encoded

Runs entirely in your browser — nothing here is uploaded anywhere.

How it works

  1. Type or paste text into the input box.
  2. It's percent-encoded as you type.
  3. Copy the encoded result.

Need more than a one-off tool?

PDF Go for Mac keeps every tool like this — plus AI chat, summarization, and semantic search across your documents — in one native app, working offline for markup and signing.

Download PDF Go for Mac — free →

Frequently asked questions

What gets encoded?

Any character that isn't safe in a URL — spaces, &, =, ?, and other reserved characters get converted to their %XX percent-encoded form.