172k views
4 votes
Convert the following unsigned binary integers to decimal and hexadecimal: 10011110

User Viktorino
by
8.8k points

1 Answer

6 votes

Answer:

In decimal 10011110 will be equal to 158

In hexadecimal 10011110 will be equal to 9E

Step-by-step explanation:

We have to convert 10011110 into decimal and hexadecimal

First we are converting binary to decimal


1* 2^7+0* 2^6+0* 2^5+1* 2^4+1* 2^3+1* 2^2+1* 2^1+0* 2^0=158

So in decimal 10011110 will be equal to 158

Now for hexadecimal group the binary numbers into 4 that is (1001) (1110)

We know that 1001 is equal to 9 in hexadecimal

And 1110 is equivalent to E in hexadecimal

So 10011110 will be equivalent to 9E in hexadecimal

User Met Kiani
by
8.2k points