The hex conversion tool supports converting hexadecimal number to binary, octal, and decimal.
Base |
Number |
Binary |
- |
Octal |
- |
Decimal |
- |
Tips: Hexadecimal (abbreviated as hex) is a 16-in-1 carry system in mathematics. It is generally represented by the numbers 0 to 9 and the letters A to F (or a~f), where: A~F means 10~15, which are called hexadecimal numbers. In the programming language, the "0x" prefix is generally used to distinguish.