Suman Sharma Scobacs said:
(Tue, Jan 31, 2012 04:05:51 PM)
(1010101000010111)base 2=(AA17)base 16
First of all divide binary number with four pairs i.e. 1010 1010 0001 0111.
We know that 1010= 1*2^3 +0*2^2+1*2^1+0*2^0 =8+0+2+0=10 now we Want to convert it into hexadecimal.in hexadecimal(16=0-9+A-f).
Then 10=A.
Similarly calculate 0001=1 and 0111=7
Hence we got (AA17)