Byte
From Just Solve the File Format Problem
The term byte has many subtly-different definitions, but it usually means the smallest unit of data storage that some computer can conveniently address. On modern computers, a byte is invariably equivalent to exactly 8 bits of storage, so it can store one of 256 (28) discrete values.
Bytes can be the building blocks of files.