1-Bit vs 2-Bit — Bitmap Builder

Y8 Computing · Image Representation

1-Bit images use only 2 colours — white (0) and black (1). Click any cell to toggle it between white and black. Watch the binary code update live!
1-BIT CANVAS — 8×8 pixels 2 COLOURS

1-Bit vs 2-Bit — Bitmap Builder

Y8 Computing · Image Representation

2-Bit images use 4 colours — now each pixel stores 2 binary digits. Select a colour, then click cells to paint. Each extra bit doubles the colours available!
2-BIT CANVAS — 8×8 pixels 4 COLOURS

3-Bit RGB — Colour Challenge

Y8 Computing · Image Representation

3-Bit RGB — each bit controls one colour channel: 🔴 Red · 🟢 Green · 🔵 Blue. Mix them to get 8 colours. That's 2³ = 8. Can you paint something recognisable using all 8 colours? The secondary colours appear automatically from mixing!
🔑 HOW 3-BIT RGB WORKS — Each bit = one channel ON or OFF
3-BIT RGB CANVAS — 8×8 pixels 8 COLOURS