Published Wednesday, March 08, 2006 by Vurdlak | E-mail this post
Number we want to transform uses base X: we would like to transform this number into new one, that uses Y base. In this case we will use method of continuous dividing and multiplying (dividing numbers left of comma (,) with Y and multiplying numbers on the right side of comma, by Y - rational numbers). This method is best understood looking at these examples, where X = 16 (source is hex base, B1=16) and Y = 10 (destination is decimal base, B2=10).
Hexadecimal (hex) System: Base: 16 Digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F Example: 27 (decimal) = 1B 16 (hex)
0 Responses to “Hexadecimal 2 Decimal”
Leave a Reply