Convert Decimal numbers like 255 into Binary format quickly and easily.
Decimal is the standard base-10 number system used in everyday counting and mathematics. It uses digits from 0 to 9.
Binary is a base-2 number system that uses only 0 and 1. It's used in digital electronics and computing.
10 → 1010| Decimal | Binary |
|---|---|
| 0 | 0000 |
| 1 | 0001 |
| 2 | 0010 |
| 3 | 0011 |
| 4 | 0100 |
| 5 | 0101 |
| 6 | 0110 |
| 7 | 0111 |
| 8 | 1000 |
| 9 | 1001 |
| 10 | 1010 |
| 11 | 1011 |
| 12 | 1100 |
| 13 | 1101 |
| 14 | 1110 |
| 15 | 1111 |