Computer Science, asked by anubhavsinghas1222, 1 year ago

Convert the given binary numbers. (1110 0111)2 = ( )16

Answers

Answered by HanitaHImesh
0

We have,

11100111

This is splitted into group of 4

1110 0111

14 7

E 7

( E7) 16

Answered by topwriters
0

(11100111)2 = (E7)16

Explanation:

Binary number system has base as 2 and hexadecimal number system has the base as 16.

To convert binary number to hexadecimal number, we have to first separate the digits in groups of 4.

So, 11100111 is taken as 1110 0111 after splitting into 4 digits.

Now, 0111 = 7 and 1110 = 14. 14 is represented as E is hexadecimal.

So 1110 0111 will be E7.

(11100111)base2 = (E7)base16

Similar questions