Binary Calculator v4.0
Unsigned Binary
Range: 0 to 255
0000 0000
Two's Complement (Standard Signed)
Range: -128 to 127
0000 0000
One's Complement
Inverted bits
0000 0000
Signed Magnitude
MSB is Sign Bit
0000 0000
Biased (Excess-K)
Bias: 127
0000 0000
Reverse Interpreter
Interprets a bit pattern based on the current Bit Depth selected above.