Therefore, a 7-bit binary number is stored in the computer with 1 byte. If you want to store multiple seven-bit binary numbers, you can use multiple bytes to represent them. But if you only need to store 7-bit binary numbers, you can directly store them in one byte, which is an optimization scheme in computer design!