Each 4 bits of binary can make 1 hexadecimal digit. There are 16 hexadecimal characters including zero.
This can be shown by the equation 2^4 = 16.
Chat with our AI personalities
1. represent every individual digit of given hexadecimal in binary form like this 4---------> 0100 8---------> 1000 7---------> 0111 2. combine the individual binary digits in order to get the binary of given hexadecimal number 487 ------------> 0100 1000 0111 ( required binary number )
the binary system is base 2 and the hexadecimal system is base 16
Octal = 52746757 Binary = 101010111100110111101111
4F7B: Binary = 100111101111011 Decimal = 20347
11001101111000010110