Binary Calculator

FreeChipStore

Operand A

Binary (click bits to toggle)

Decimal

Hexadecimal

Unsigned: 0 | Signed (two's complement): 0
-
ASCII: N/A

Operand B

Binary (click bits to toggle)

Decimal

Hexadecimal

Unsigned: 0 | Signed (two's complement): 0

Operations

Result

0
0x00
0

Gate-Level Visualization

IEEE 754 Single Precision (Operand A as float)

Sign (1 bit) Exponent (8 bits) Mantissa (23 bits)
Value:0.0 Sign:0 (+) Exponent:0 (biased: 127) Mantissa:1.0 Formula:(-1)^0 x 1.0 x 2^0 = 0.0