Convert any text to binary code (ASCII/UTF-8 bytes) instantly.
| Input | Output |
|---|---|
| Hi | 01001000 01101001 |
| A | 01000001 |
| 42 | 00110100 00110010 |
Characters are encoded per their UTF-8 byte values; plain ASCII characters map to single bytes.
Each byte is shown as 8 bits, the standard byte representation.
Yes — use the Binary to Text tool.