Originally posted by: PhasmatisNox
http://nickciske.com/tools/hex.php
Originally posted by: dighn
how the hell is 0b 00 00 00 00 00 00 00 01 00 00 00
0xff in hex? looks like 0x40 to me
Originally posted by: LeetViet
I'm trying to figure out what
0b 00 00 00 00 00 00 00 03 00 00 00
is in hex
I know that
0b 00 00 00 00 00 00 00 01 00 00 00
is 0xff
Any help is much appreciated.![]()
Originally posted by: dighn
ok here's how:
start menu->run->calc.exe
scientific mode enable
switch to binary
enter the binary number
then switch to hex
voila
Originally posted by: LeetViet
Originally posted by: dighn
ok here's how:
start menu->run->calc.exe
scientific mode enable
switch to binary
enter the binary number
then switch to hex
voila
I can't enter the letter B in Binary...
Originally posted by: BingBongWongFooey
Originally posted by: LeetViet
I'm trying to figure out what
0b 00 00 00 00 00 00 00 03 00 00 00
is in hex
I know that
0b 00 00 00 00 00 00 00 01 00 00 00
is 0xff
Any help is much appreciated.![]()
Huh? That IS hex. What other number system would have 0b?
Originally posted by: dighn
Originally posted by: LeetViet
Originally posted by: dighn
ok here's how:
start menu->run->calc.exe
scientific mode enable
switch to binary
enter the binary number
then switch to hex
voila
I can't enter the letter B in Binary...
0b simply means the number after is binary
0x means the number after is hex
so don't enter those parts
Originally posted by: LeetViet
Originally posted by: BingBongWongFooey
Originally posted by: LeetViet
I'm trying to figure out what
0b 00 00 00 00 00 00 00 03 00 00 00
is in hex
I know that
0b 00 00 00 00 00 00 00 01 00 00 00
is 0xff
Any help is much appreciated.![]()
Huh? That IS hex. What other number system would have 0b?
Which system uses the 0x_ _ _ _ _ _ ... ?
Originally posted by: BingBongWongFooey
Originally posted by: LeetViet
Originally posted by: BingBongWongFooey
Originally posted by: LeetViet
I'm trying to figure out what
0b 00 00 00 00 00 00 00 03 00 00 00
is in hex
I know that
0b 00 00 00 00 00 00 00 01 00 00 00
is 0xff
Any help is much appreciated.![]()
Huh? That IS hex. What other number system would have 0b?
Which system uses the 0x_ _ _ _ _ _ ... ?
hex.
Originally posted by: BingBongWongFooey
Binary has a 3?
Originally posted by: LeetViet
And how would I go about converting 0b 00 00 00 00 00 00 00 03 00 00 00 to 0x _ _ _ _ .... ?
Sorry I'm a total noob.