Hexadecimal to Base Ten Conversion

 

To convert a number from base 16 to base 10, you read it like this:


43 in base 16 = 4 X 161 + 3 X 160 = 64 + 3 = 67 in base 10.

43base16 = 67 base10

Do the steps in this order

·      raise the base to the power

·      multiply the result by the place value

·      add the result for each place

·       

Remember that letters just stand for numbers between 10 and 15.

 

Example:

120base16 = 1x162 + 2 x 161 + 0 x160 =  256 + 32 + 0 = 288 base10

 

 

Convert from base 16 to base 10:

1) 20 base16                       2) 31 base16                       3) 8 base16                           4) C base16

 

 

 

5) 50 base16                       6) 10 base16                       7) 100 base16                   8) 2 base16

 

 

 

9) EC base16                     10) 7 base16                       11) 2A base16                 12) A7 base16

Hosted by www.Geocities.ws

1