Is there a one-way method to convert binary number to hexdecimal number?

42 Views Asked by At

I know how to convert the binary number to hexdecimal number but I first need to change it to decimal and then hexdecimal. It wastes my time and I want to know if there is any method to change it directly.

1

There are 1 best solutions below

0
On

The OP might be interested in the concept of a nibble, used in computing.

If you are routinely examining bytes, you will probably have the following table of nibbles memorized, especially the pattern of red in the last column giving the binary equivalent of the first column showing the first $16$ hexadecimal characters.

enter image description here