------------------------------------------------------------------------------
MC logo
Hex To Decimal Conversions
[^] Conversion Examples   [^^][^^] Binary/Boolean Main Index
------------------------------------------------------------------------------
[Binary To Decimal Conversions] [Left-Right Decimal to Binary] [Right-Left Decimal to Binary] [Binary To Hex Conversions] [Hex To Decimal Conversions] [Right-Left Hex to Binary]
Here are some examples of converting hexadecimal into decimal. For each place, we multiply the digit value by the place value, and total the products.
  • 5a816 = 144810:
    Exponent: 162161160
    Place Value: 256161
    Digit Value: 5 10 8
    Product: 1280 +160 +8 = 1448
  • 2c0316 = 1126710:
    Exponent: 163162161160
    Place Value: 4096256161
    Digit Value: 2 12 0 3
    Product: 8192 +3072 +0 +3 = 11267
  • 9516 = 14910:
    Exponent: 161160
    Place Value: 161
    Digit Value: 9 5
    Product: 144 +5 = 149
  • b1716 = 283910:
    Exponent: 162161160
    Place Value: 256161
    Digit Value: 11 1 7
    Product: 2816 +16 +7 = 2839