<aside> 💡 Bit: How a computer represents values (1s and 0s).
Byte: 1 byte = 8 bits
Least Significant Bit (LSB): The rightmost bit of a bitstring
Most Significant Bit (MSB): The leftmost bit of a bistring
</aside>