Re: Anyone have a good site for learning hex to binary conversion?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Isn't there a mathematical computation that I can perform to get those
numbers from hex to bin? Like with bin to hex you multiply each bin # by
2^1, 2^2, so forth and the 0 places, you just disregard those and add the
sum of all the bin 1s and from there you convert those #s to hex.
"Frisbee®" <billLASTNAME@xxxxxxxxx> wrote in message
news:uf2WpXR9FHA.648@xxxxxxxxxxxxxxxxxxxxxxx
> "Nocturnal" <anonymous@xxxxxxxxxxxxx> wrote in message
> news:%23$gj1OR9FHA.952@xxxxxxxxxxxxxxxxxxxxxxx
>>I have an exam tomorrow for an Intro to Networking class and we're going
>>over binary conversion. Thanks.
>
> Deer Mr. Emissions,
>
> 1 = 0001
> 2 = 0010
> 3 = 0011
> 4 = 0100
> 5 = 0101
> 6 = 0110
> 7 = 0111
> 8 = 1000
> 9 = 1001
> A = 1010
> B = 1011
> C = 1100
> D = 1101
> E = 1110
> F = 1111
>
> Class dismissed.
>
>


.



Relevant Pages

  • Re: ANN: SE Basic Beta 2
    ... in the same way BIN does? ... & is a prefix to say 'start reading as hex until nonhex digit' ... New calculator op &3C replaces top-of-stack with hex string. ...
    (comp.sys.sinclair)
  • Re: Decimal-Hex-Binary coverter
    ... In view change to scientific mode you can that ... select hex, dec, oct or bin enter the information and select the one ... I think your clock or time zone setting is out. ...
    (microsoft.public.windowsxp.general)
  • Re: Decimal-Hex-Binary coverter
    ... In view change to scientific mode you can that ... select hex, dec, oct or bin enter the information and select the one you ... calculator is not too convenient. ...
    (microsoft.public.windowsxp.general)
  • numbers written in ascii... looking for all common (and some uncommon) forms....
    ... with # denoting a digit of a particular numbering base (bin, oct, dec, hex), ... can i get some input from ya'll regarding what would be common ways of ... when formatting numbers as text... ...
    (alt.lang.asm)
  • Re: Hex to floating point
    ... Why write your own hex decoder when there's good old sscanf? ... $bin = implode); ... $array = unpack; ... >> double precision floating point. ...
    (comp.lang.php)