| Decimal to Hexadecimal / Hexidecimal to Decimal Converter• Prefix hexadecimal numbers with 0x• Do not use commas in decimal numbers
 Many numbers used with computers and the Web are specified in "hexadecimal"
notation. The decimal numbering system uses the characters 0 through 9 to get
10 values. The hexadecimal numbering system uses the characters 0 through f to
get 16 values. 
 |