https://binary2hex.com/numberconverter.html?id=185831

Transfer .101 from binary in decimal number system

Enter a number:
His number system:
Binary
Ternary
Octal
Decimal
Hexadecimal
Binary-decimal
Other
Additional
Signed
Direct
One complement
Two complement
Unsigned
1 byte
2 byte
4 bytes
8 bytes

You specified that your number is in the additional code. For further conversion, you need to get a direct number code. Therefore, let\'s perform the conversion from additional code to direct code.

to do this, first perform the conversion from the additional code to the reverse by subtracting 1 bit, then get the direct code by inverting all the bits except the signed one.

 twos-complement
-1 bit
ones complement
direct code
got It:

let\'s translate to decimal like this:

= = = 10

got It: .1012 =10

Permanent link to the result of this calculation