Bit,byte,kb,mb,gb
Bit, bit, indicates the smallest unit of computer, binary, expressed in 0 or 1
Byte, byte, equals 8 bits, which is 1Byte = 8Bits. Bytes are the basic unit of memory storage data. In the character set GB2312 and GBK, Chinese accounts for 2 bytes, 16 bits, 1 bytes, 8 bits in English.
In character set UTF-8, Chinese accounts for 3 bytes, 24 bits, 1 bytes, 8 bits in English.
1 GB = 1024x768
1 MB =1024 KB
1 KB = 1024x768 Bytes
1 byte=8 Bits
BPS is the abbreviation for bits per second. The transmission rate of general data machine and network communication is in "bps" unit. such as 56Kbps, 100.0Mbps and so on.
BPS is the abbreviation for byte per second. Computers generally display the speed in bps, such as 1Mbps approximately equal to KBps.
Generally speaking
b, which is related to transmission speed, is generally referred to as bit.
A capacity-related B generally refers to a byte.
Basic Computer knowledge