Home > Common Problem > body text

Which is bigger, Byte or GB?

angryTom
Release: 2020-02-08 11:28:10
Original
8737 people have browsed it

Which is bigger, Byte or GB?

Which is bigger, Byte or GB?

The unit of GB is larger.

Byte (Byte): 8 binary bits constitute a "byte (Byte)", which is the basic unit of measurement of storage space. 1 byte can store 1 English letter or half a Chinese character. In other words, 1 Chinese character occupies 2 bytes of storage space.

Basic data unit conversion:

1B (Byte byte) = 8bit

1KB (Kilobyte kilobyte) = 1024B,

1MB (Mega byte, also called "mega") = 1024KB,

1GB (Giga byte, also called "gigabyte") = 1024MB,

1TB (Tera byte terabyte) = 1024GB, where 1024 = 2^10 (2 to the 10th power),

1PB (Peta byte petabyte) = 1024TB,

1EB (Exa byte exabyte) = 1024PB,

1ZB (Zetta byte ten trillion bytes) = 1024 EB,

1YB (Yotta byte one hundred billion billion bytes Yao byte) = 1024 ZB,

1BB (Bronto byte one hundred billion billion bytes) = 1024 YB

1NB(Nona byte ) = 1024BB

1DB(Dogga byte)= 1024NB

The above is the detailed content of Which is bigger, Byte or GB?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!