Convert URL-encoded to Binary
Convert url-encoded to binary below — e.g. “Hello World” → “01001000 01100101 01101100 01101”. Enter your own value for an instant result; everything runs in your browser.
URL-encoded → Binary
Common url-encoded to binary values
| URL-encoded | Binary |
|---|---|
| Hello World | 01001000 01100101 01101100 01101100 01101111 00100000 01010111 01101111 01110010 01101100 01100100 |
| The quick brown fox | 01010100 01101000 01100101 00100000 01110001 01110101 01101001 01100011 01101011 00100000 01100010 01110010 01101111 01110111 01101110 00100000 01100110 01101111 01111000 |
Related conversions
- Convert Binary to URL-encoded (reverse)
- Convert URL-encoded to Plain text
- Convert URL-encoded to Base64
- Convert URL-encoded to Hex
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.