Sabado, Marso 14, 2015

The Final Chapter: Confusing Conversions Part 2

Continuation...
  • Hexadecimal - Binary 
        Simply use the conversion table on my last entry. The process is just the same as converting binary into hexadecimal, but only vice versa. Still, here's an example:
         C51=___
         C = 11    , 8+0+2+1=11   , 1011 = C
         5 = 5      , 0+4+0+1=5    , 0101 = 5
         1 =1        , 0+0+0+1=1    , 0001 = 1
          Thus, it is equal to 1011 0101 0001. 
  •  Decimal - Hexadecimal 
          Just convert the decimal into a binary before turning into a hexadecimal.
  • Hexadecimal - Decimal    
          Convert the hexadecimal into a binary so you can turn it into a decimal:))       
         

Walang komento:

Mag-post ng isang Komento