Convert Plain text to URL-encoded
Convert plain text to url-encoded below — e.g. “Hello World” → “Hello%20World”. Enter your own value for an instant result; everything runs in your browser.
Plain text → URL-encoded
Common plain text to url-encoded values
| Plain text | URL-encoded |
|---|---|
| Hello World | Hello%20World |
| The quick brown fox | The%20quick%20brown%20fox |
Related conversions
- Convert URL-encoded to Plain text (reverse)
- Convert Plain text to Base64
- Convert Plain text to Hex
- Convert Plain text to Binary
FAQ
What encodings does this cover?
Common text encodings used in APIs and config — including Base64, URL percent-encoding and hex. Convert between them in one place for debugging headers, tokens and payloads.