Given,
Binary number is 111110
Now, split the given binary number is in the group of 4 -4 digit but here given digit is in 6 numbers.
Hence,
"111110=(0011 \\ \\ 1110)"
Hence, we can write 0011 = 3 and 1110 as E
Hence the hexadecimal number be 3E
So, "(111110)_{2}=(3E)_{16}"
Comments
Leave a comment