binary conversion twos complement

89 Views Asked by At

How to convert X which is a fractional (7.2) number from two's complement signed fractional to unsigned fractional.$X=011101110$ .I was thinking I should substract 1 and negate the bits but don't know if its right because I have a fractional part too. Also for conversion to signed magnitude I found it's 000010010 is it right?