Binary to Denary
To convert from binary to denary, you can use the table determine the denary value of each digit. If the binary digit is 1, you add the denary value. Let’s use the example 10110110
Binary |
1 |
0 | 1 | 1 | 0 | 1 | 1 |
0 |
128 |
64 | 32 | 16 | 8 | 4 | 2 |
1 |
|
Denary |
128 |
0 | 32 | 16 | 0 | 4 | 2 |
0 |
128 + 32 + 16 + 4 + 2 = 182
Denary to Binary
Denary to Binary – use this video to remind yourself how to convert from denary to binary.
Binary Addition – use this guide to binary addition.