Convert From Binary number system to Decimal, Hexadecimal and Octal number system
This tool allows you to convert binary numbers (base-2) to other common number systems: decimal (base-10), hexadecimal (base-16), and octal (base-8). Binary numbers consist only of 0s and 1s and are fundamental to computer systems and digital logic.
For example:
• Binary 1010 = Decimal 10 = Hexadecimal A = Octal 12
• Binary 1111 = Decimal 15 = Hexadecimal F = Octal 17
• Binary 10000 = Decimal 16 = Hexadecimal 10 = Octal 20
The tool also calculates the number of bytes and bits in your binary input. One byte consists of 8 bits. For example, the binary number 11111111 is 1 byte (8 bits), while 1111111111111111 is 2 bytes (16 bits).
Simply enter a binary number in the input field above and click "Convert" to see its equivalent values in decimal, hexadecimal, and octal number systems. This is particularly useful for computer programming, digital electronics, and understanding number system conversions.
Input Binary number to get these results:
- Valid Binary number or not.
- Binary To Decimal.
- Binary To Hexadecimal.
- Binary To Octal.
- Number of Bytes.
- Number of Bits.