I am researching how to convert a decimal number to a sign a magnitude number,
I understand that the number 19 in binary equates to 10011 as a binary string, however now i am stuck on converting this to a sign and magnitude number.
From my understanding i would say that 10011 would equal -3 in sign and magnitude because of the sign 'most significant' digit in the binary string being a 1 meaning that it must be negative, and left over is the 0011 which converting it back to decimal is 3... so am i right that 19 in decimal is -3 is sign and magnitude ? or have i got something wrong ? i can't find any place only which fully explains how this process works.
Thankyou for any help.