1
A byte consists of 8 bits...
0
We don't normally count in binary, so what does this number mean to us?
We need to convert it to the decimal system that we use...
8
4
21
2
20
Place values
27
We first need to look at the place values of the binary digits...
128
Click here to start the conversion.
26
32
64
25
16
24
23
22
128   +   32   +   16   +   4   +   1   =   181
Binary
Nibbles
Click to start
11
Hexadecimal
5
Decimal
B
As humans are not very good at dealing with strings of bits, a byte is split into two groups of four bits called nibbles. These are then represented by two digits of the hexadecimal system...
Enter the two digits into the boxes below and then press the submit button.
Submit
11011010
Well done! That is correct.
Now one for you to try.Convert the following byte into two hexadecimal digits...
01101100
One more for you to try.Convert the following byte into two hexadecimal digits...