Text to Binary
Text to Binary is a site that provides tools that can convert plain text characters, sentences, and strings into binary characters, sentences, and strings. Simply paste plain text to convert it to binary. It is free to use.
Binary |
|
---|---|
Text |
|
---|---|
How to use
- Paste plain text characters, sentences, and character strings.
- They will be automatically converted to binary.
- The converted binary characters, sentences, and character strings can be "copied" and "downloaded" by clicking the icon in the upper right.
What is Binary?
Binary is a way of expressing numbers using only two digits, 0 and 1. It is also called Binary. Computers process information using binary numbers, and convert it to hexadecimal or decimal numbers to display it to humans.
Since the same "10" as decimal numbers can be confused, in binary numbers, the decimal "10" is expressed as "1010b".
Binary formula
- Convert binary to decimal: 110101 = 1x2⁵ + 1x2⁴ + 0x2³ + 1x2² + 0x2¹ + 1x2⁰ = 53
Decimal vs. binary comparison table
Decimal | Binary | Binary notation |
---|---|---|
0 | 0 | 0000 0000b |
1 | 1 | 0000 0001b |
2 | 10 | 0000 0010b |
3 | 11 | 0000 0011b |
4 | 100 | 0000 0100b |
5 | 101 | 0000 0101b |
6 | 110 | 0000 0110b |
7 | 111 | 0000 0111b |
8 | 1000 | 0000 1000b |
9 | 1001 | 0000 1001b |
10 | 1010 | 0000 1010b |
11 | 1011 | 0000 1011b |
12 | 1100 | 0000 1100b |
13 | 1101 | 0000 1101b |
14 | 1110 | 0000 1110b |
15 | 1111 | 0000 1111b |
16 | 10000 | 0001 0000b |
Notes
This tool is available for free.
※This program is created and confirm the operation in PHP8.1.22.
※If you have any inquiries, opinions, or requests that you would like to make,
please fill out the following form