⚡ Binary Blitz

Convert to binary
--
Press Start
your byte 0 0000 0000
SCORE0
LEVEL1
STREAK0
BEST0

BINARY BLITZ

A decimal number appears — flip the 8 bits to match it.

How it works
• A random decimal (0–255) appears. Flip the 8 bits so your byte equals it.
• Bits run MSB → LSB (left = 128, right = 1). Example: 370010 0101.
• Match the number to score and a new one appears.
• Longer streaks earn bonus points.
• Every few rounds the level rises.

Controls
Click / tap a cell to toggle it.
• Keys 18 toggle bits left → right.
Backspace clears all bits, Space starts the game.

Goal — practice fast decimal → binary conversion.