Binary is not the same as hexadecimal. So your subject line is strange.
Now about that number. You start at the back. Then you get
0 * 1 = 0
1 * 2 = 2
0 * 4 = 0
0 * 8 = 0
Then add the (decimal) numbers after the equal sign and you get 0010 (start at the bottom) = 2.
With 5 digits it's:
0 * 1 = 0
1 * 2 = 2
0 * 4 = 0
0 * 8 = 0
1 * 16 =16
So you get 10010 = 18.
I leave it to you to extend this to 16 lines for a 16-bit unsigned number.
It's a nice spreadsheet-exercise to break down a string of 16 zeroes and ones into A1 to A16, have the constants 0,2,4,8,16,.32,64 and so on in B1 to B16, calculate the outcome of the multiplications in C1 to c16 and sum that array into the decimal value of the 16 bit binary value you entered somewhere in another cell.
Kees
Hi, I'm trying to work this binay number out but I can't.
Problem :
I have this binary number 0111000010000010 which is 16 bits 2 byts.
However I can't figure how this 16 bits 2 byts is broken down and segmented.
I know that this binay number will give bits values of:
3278, 16384, 8092, 4096, etc but I don't know how you get these numbers.
guys any solutions ??? I hope you guys can help!!

Chowhound
Comic Vine
GameFAQs
GameSpot
Giant Bomb
TechRepublic