๐ What is the binary system?
The binary number system is a system that uses only two digits: 0 and 1.
Each position in a binary number represents a power of 2:
1
0
1
1
2ยณ
2ยฒ
2ยน
2โฐ
1011โ = 1ร2ยณ + 0ร2ยฒ + 1ร2ยน + 1ร2โฐ = 8 + 0 + 2 + 1 = 11โโ
๐ Number Converter
โ
00000000
โ
Enter a number
๐ฎ Play with bits
Click on the bits to change their value and see how the number changes:
Decimal value: 0
๐ Exercises
Task 1: Convert to binary
Number: 5
๐ Powers of Two Table
Power | 2โฟ | Value |
---|