From right to left, you have the 1's bit, the 2's bit, the 4's bit and the 8's bit. If there's a 1 in the 1's bit, add 1. If there's a 1 in the 2's bit, add 2. If there's a 1 in the 4's bit, add 4. If there's a 1 in the 8's bit, add 8.
Chat with our AI personalities
It's 7.
0111
0111 = decimal 7 0011 = decimal 3 ____ 1010 = decimal 10 ____
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 )
1111 1000 ------ 0111 0001 ------ 1000