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
- Type or paste text into the input box.
- It's percent-encoded as you type.
- Copy the encoded result.
Need more than a one-off tool?
Velox PDF 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 Velox PDF 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.