Hex

Mike Vannorsdel vannorsdel at rmi.net
Mon Nov 8 10:32:44 GMT 1999


If you were converting hex(77A) to decimal it would look like this:
7*16^2+7*16^1+10(A)*16^0=1914 decimal.  Also if you have hex F2A4 is would
look like:
15(F)*16^3+2*16^2+10(A)*16^1+4*16^0=62116 decimal.  Notice the pattern with
powers of 16.

Geoff Richards wrote:

> Guys
> I am in the process of learning / understanding hexadecimal and was
> wondering if you could tell me if I am wrong (most likely) or right (not
> likely )
> 77a =1792 multiplied ( I cant find times key ) by 112 multiplied by 10
> =2007040 decimal ?
> Geoff Richards




More information about the Gmecm mailing list