Byte is Byte, also B, 1KB=1024B, that is, 1KB=1024 bytes; Byte is a unit of measurement used by computer information technology to measure storage capacity; and KB is an information measurement A unit is a multiple of a byte in a computer data memory storage unit.
#The operating environment of this article: Windows 7 system, Dell G3 computer.
bit bit
bit is a bit, also called a bit, which is the smallest unit for computers to represent data, such as 1b, 2b, 3b...
To put it bluntly, it is 0 or 1; the storage in computer memory is 01.
byte byte
byte is byte
1byte=8bit
1byte is 1B
KB (Kilobyte)
kB (Kilobyte) is an information measurement unit, which is a multiple of the computer data storage unit byte. Nowadays, it is usually used to identify the storage capacity of storage media with general capacity such as memory.
Byte is Byte, also B
Bit is bit and also b
1KB=1024B
The conversion relationship is as follows:
B 1B= 8b KB 1KB=1024B MB 1MB=1024KB GB 1GB=1024MB TB 1TB=1024GB
For more related knowledge, please visit PHP Chinese website!
The above is the detailed content of What is the relationship between bytes and kb. For more information, please follow other related articles on the PHP Chinese website!