Binary to Hexadecimal Converter
Enter a binary number.
RESULT
(1100.11011)2 = (C.D8)16
DESCRIPTIONS
Starting from the binary point, we partition the binary number into groups of four bits.
In the integer part, we proceed to the left.
In the fractional part, we proceed to the right. To complete the rightmost group of bits, we append three zeros to the right.
We convert each group of binary numbers to octal and write them in the same order.
(1100.11011)2 = (C.D8)16
OTHER INFORMATION
To convert a binary number to hexadecimal we can partition the binary number into groups of four bits.
In case, we have a whole number without a binary point we start with the ones digit and proceed to the left.
In case, we have a number with a fractional part starting at the binary point, we proceed to the left in the whole part and we proceed to the right in the fractional part.
If the number of bits is less than 4 in the last group
Binary to hexadecimal converter,
You can use binary to hexadecimal converter in two ways.
You can enter a binary number to the input box and click on the "CONVERT" button. The result and explanations appaer below the calculator
You can click on the DIE ICON next to the input box. If you use this property, a random binary number is generated and entered to the calculator, automatically. You can see the result and explanations below the calculator. You can create your own examples and practice using this property.
To check the hexadecimal equivalents of other binary numbers you can clear the input box by clicking on the CLEAR button under the input box.
You can copy the generated solution by clicking on the "Copy Text" link, appaers under the solution panel.
Even you can download the solution as an image file with .jpg extension if you click on the "Download Solution" link at the bottom of the solution panel. You can share the downloaded image file.
Binary to Hexadecimal Converter