Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

binary counting


SET's Avatar

SET

Peumonoultramicroscopicsilico
0 0

Ok got a question

when counting in binary why does my calculator say
10 = 00010000 shouldnt it be 10 = 00001010

1= 1 , 2=10 , 3=11 , 4=100 , 5=101 , 6=110 , 7=111 , 8 =1000 , 9=1001


yours31f's Avatar
Retired
10 0

actually your right, I don't know, but im guessing your using windows.


spyware's Avatar
Banned
0 0

What calculator are you using?


SET's Avatar

SET

Peumonoultramicroscopicsilico
0 0

i am using windows becuase my friend who i was teaching binary to said i was wrong becuase his windows calc said 10 was 10000.

LOL i had to check it over with yall to see if i had been wrong all these years


yours31f's Avatar
Retired
10 0

in vista its 1010, so im guessing you also have SP3


ghost's Avatar
0 0

I don't think it's about OS's. He probably did a HEXADECIMAL 10 to Binary conversion. 00010000 translates to 16 in Decimal. 16 in Decimal translates to 10 in hex 00001010 translates to 10 in decimal. 10 in decimal translates to 0A in hex


ynori7's Avatar
Future Emperor of Earth
0 0

yours31f wrote: actually your right, I don't know, but im guessing your using windows. Binary is binary, it doesn't matter what the OS is. The only difference you might find is that one processor might use big endian and another might use little endian (i doubt any you know what that means: http://en.wiktionary.org/wiki/big-endian). The problem is most likely due to a crappy calculator.

EDIT:

pwnzall wrote: He probably did a HEXADECIMAL 10 to Binary conversion. 00010000 translates to 16 in Decimal. 16 in Decimal translates to 10 in hex 00001010 translates to 10 in decimal. 10 in decimal translates to 0A in hex. I missed this post. I agree that this is another likely cause.


ghost's Avatar
0 0

lol @ all the people thinking binary is application level when its HOW COMPUTERS WORK !