Labs / Computer Science

Binary Number Explorer

Click any bit to flip it on or off, and the readouts show that same value in decimal, hexadecimal, and binary at once. Each cell is labelled with its place value, so you can watch how powers of two add up. Use the −1 / +1 buttons to see carries ripple, and flip on signed mode to meet two's complement.

u8 42hex 0x2Abin 0010 1010

What to try