Convert Plain text to Binary
Convert plain text to binary below — e.g. “Hello World” → “01001000 01100101 01101100 01101”. Enter your own value for an instant result; everything runs in your browser.
Plain text → Binary
Common plain text to binary values
| Plain text | 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 Plain text (reverse)
- Convert Plain text to Base64
- Convert Plain text to Hex
- Convert Plain text to URL-encoded
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.