8,393 views

1 Answer

Best answer
4 votes
4 votes

10011101

Case 1 - If the given binary number is unsigned then the hexadecimal equivalent of 1001 1101 = 9D.

Case 2- If we consider signed binary number as MSB of the given binary number is 1 so its a negative number so we can write it as  - ( 2's complement of 10011101) = - ( 0110 0011) = -63 in Hexa.  

selected by

Related questions

1 votes
1 votes
3 answers
1
pC asked Apr 6, 2016
2,717 views
The square of the binary number 1001 in hexadecimal is a. 81 b. 51 c. 121 d. A1
2 votes
2 votes
2 answers
2
sh!va asked Jul 14, 2016
1,856 views
The hexadecimal equivalent of the decimal number 0.25 is (A)0 .25(B) 0.35 (C)0 .40 (D) 0.15
0 votes
0 votes
2 answers
3
smartmeet asked Jan 10, 2017
532 views
(012.25)16 - (101110.101)2 = (__)2 = (__)10
10 votes
10 votes
1 answer
4
tiger asked Dec 6, 2015
2,700 views
Given that $(E0B)_{16}-(ABF)_{16}=Y$.The radix 8’s compliment of Y is ?