URL Encoder
Percent-encode text for safe use in URLs.
Processed locally in your browser. Nothing you enter is uploaded or stored.
Overview
Percent-encodes special characters so text can be safely used inside a URL query string or path segment.
How to use it
- 1Type or paste text.
- 2The encoded output updates instantly.
Examples
Encoding a query value
Input
hello world & more
Output
hello%20world%20%26%20more