Binary Numbers
With base 2 you calculate the numbers using “0″ and “1″.
An example of this is
0001011 = 1+2+0+8+0+0+0
this equals 11
The byte goes from right to left thus follows the numbers
Example:
0 0 0 1 0 1 1
2*6 2*5 2*4 2*3 2*2 2*1 2*0
This is the basic 2 pattern