LOGBOOK

HELP

Quiz Entry - updated: 2026.07.05

What is 2⁷, and what does it signify?

128 — the number of code points in 7-bit ASCII, and one past the max of a signed byte (−128…127).

A tuna wrapped in ivy — the pegs tuna (12) and ivy (8) for 128.

Chunk 12812 · 8tuna · ivy: picture a tuna wrapped in ivy. 128 is where a single signed byte tops out at +127 and where standard ASCII (0–127) lives.

From Quiz: MAJOR / Powers of 2 | Updated: Jul 05, 2026