70 square bytes, pronounced "Z-byte"1YiB (Yottabyte) =1024zib, which is 2 of 80 square bytes, pronounced "Y-byte"There are also legends.1NiB (Nonabyte) =1024yib, which is 2 of 90 square bytes1DiB (Doggabyte) =1024nib, which is 2 of 100 square bytes1CiB (Corydonbyte) =1024dib, which is 2 of 110 square bytesNote: A lot of information on the Internet has the nib and Dib reversed. NB is not the largest, more than NB is the db, haha! And the bigger is CB.
pronunciation of "Byte"1eib (exabyte) = 1024pib, which is the 60-power byte of 2"1zib (zettabyte) = 1024eib, that is, the 70-power byte of 2, the pronunciation of "Z Byte"1yib (yottabyte) = 1024zib, that is, the power byte of 2, the pronunciation of "y Byte"
Legend has it that
1nib (nonabyte) = 1024yib, that is, the 90-power byte of 21dib (doggabyte) = 1024nib, that is, the 100 power byte of 21cib (corydonbyte) = 1024dib, that is, the 100 power byte
GB (read as "Ji"). In fact, the smallest storage unit in computer language is bit (read as "bit"), the computer's representation of many data are binary units, and 1 bits represents a binary digit, only 0 or 1;byte is the most commonly used in the computer unit, 8bit 1byte, Many places with 1b represent 1BIT,1B represent 1byte. 1 kilobyte equals 1000byte (10 bytes, or 1024byte, of 1kilobyte equals 2 for binary calculations in the computer). The conversion of some other units is described below:
.html3 storage units in the computerStorage unit of computer:Computer storage units are generally represented by B,KB,MB,GB,TB,PB,EB,ZB,YB,BB, and the relationships between them are:1KB (kilobyte KB) =1024b-----------------------------------------------------------------------1k=10^3,100 MB (megabyte megabyte abbreviated "mega"; MJ-level notation is "million" bytes;)=1024KB-----------1m=10^6 trillion 1GB (Gigabyte gigabytes, also known as "gigabit"; MJ-level notation is "1 billion" bytes)=1024MB
result is:19.71MBDescriptionWhere the parameter $b is a number in B, $times is used to identify how many times the function is recursive.The non-commonly used units TB, PB, EB, ZB please refer to the following notes (from the network):1bit (this bit represents a binary number)1Byte (this word is also called "bit") but it represents a hexadecimal number.1b=1byte=8bit1 KB = 1024x768 B (kb-kilobyte) thousand1 MB = KB (mb-megabyte) trillion1 GB = 1024x768 (gb-gigabyte)1 TB = 1024x768 (tb-terabyte)
');
The result is:
19.71MB
Description
Where the parameter $b is a number in B, $times is used to identify how many times the function is recursive.
The non-commonly used units TB, PB, EB, ZB please refer to the following notes (from the network):
1bit (this bit represents a binary digit)1Byte (this word transliteration is also called "bit" but represents a hexadecimal number)1b=1byte=8bit1 KB = 1024x768 B (kb-kilobyte) thousand1 MB = KB (mb-megabyte) trillion1 GB = 1024x768 (gb-gigabyte)1 T
Bit bit (binary Digits): holds a binary number, which is 0 or 1, the smallest storage unit. byte byte:8 binary [bit (binary Digits)] bit is a byte (B), the most commonly used unit. 1B (byte- bit ) = 8bit (Binary Digits bit) is generally represented by B,KB,MB,GB,TB,PB,EB,ZB,YB,BB, and the relationship between them is: 1KB (kilobyte KB) = 1024B,1MB (megabyte megabyte abbreviated as "Mega") =1024KB,1GB (Gigabyte gigabyte, also known as "gigabit") =1024mb,1tb (Terabyte trillion bytes) =1024gb,1pb (
) (1kb=1024b)1 byte (byte) = 8 bit (bit)Note: TB is now the largest storage unit of computer hard disk. 10TB is approximately equal to the storage capacity of a human brain.Larger units, PB (PETABYTE,1PB=1024TB), EB (EXABYTE,1EB=1024PB), ZB (ZETTABYTE,1ZB=1024EB), YB (YOTTABYTE,1YB=1024ZB) ...1.2 characters, Bytes, stringsThe key to understanding coding is to understand the concept of the character and the concept of the byte accurately. These two con
Computer storage unit bit (BIT) (binary digits): stores a bit of binary, that is, 0 or 1, the smallest storage unit. Byte: eight binary bits are one byte (B), the most common unit. That is, 1B (byte bytes) = 8 bit computer storage units are generally represented by B, kb, MB, GB, TB, Pb, EB, ZB, Yb, BB, the relationship between them is: 1 kb (kilobyte kilobytes) = 1024b, 1 MB (megabyte megabytes referred to as "megabytes") = 1024kb, 1 GB (gigabyte gigabytes, also known as "Gigabytes ") = 1024 MB
English period "." occupies the size of 1 byte and the Chinese period "." Size of 2 bytesA sequence of binary numbers, which is generally an 8-bit binary number as a numerical unit in a computer. For example, an ascii code is a byte. The conversion of such units is:1 gib (TB, terabyte) = 1024 gib (40 to the power of 2)(1 TB = 1024 GB)1 gib (GB, gigabyte) = 1024 MB (2 to the power of 30 bytes)(1 GB = 1024 MB)1 MB (megabyte) = 1024 kilobytes (20 to the power of 2)(1 MB = 1024kb)1024 bytes (kb, ki
1bit=1 bit 2 binary information 1B (byte byte)1KB (kilobyte KB) =2 (Ten) b=1024b=2 (ten) B;1MB (Megabyte MBytes) =2 (Ten) kb=1024kb=2 B; equivalent to the content of a short story.1GB (Gigabyte gigabytes) =2 (mb=1024mb=2) B; the equivalent of a short story.1TB (Trillionbyte) =2 (gb=1024gb=2) B; equivalent to the music content of Beethoven's fifth movement Symphony.1PB (Petabyte) =2 (tb=1024tb=2) B; the equivalent of all the X-ray picture information in a large hospital.1EB (Exabyte-byte) =2 (pb=
and interprets information in bytes, which specifies that a byte consists of eight bits, or 1 bytes equals 8 bits (1byte=8bit). Eight-bit binary number minimum is 00000000, the maximum is 11111111; usually 1 bytes can be stored in an ASCII code, 2 bytes can hold a Chinese character GB code.3, the wordWhen a computer is processing data, the length of time it accesses, processes, and transmits is called word. A word is usually made up of one or more bytes (usually the integer bits of bytes). For
Org. neodatis. ODB. Core. Io. bytearrayconverter
The function of this class is: converts array of bytes into Native objects and native objects into array of bytes
Public class bytearrayconverter {......
/*** Bit binary bits (or bits) byte 1 byte = 8bit kilobyte (Kb) kilobytes of megabyte (MB) megabytes* 1 MB = 1024kb = 1024*1024 byte gigabyte (GB) terabyte (TB) Too byte petabyte (PB)* Exabyte (EB) zetabyte (zb) yottabyte (Yb) nonabyte (NB) doggabyte (
) = 1024 gib (40 to the power of 2)(1 TB = 1024 GB)1JiByte (GB, gigabyte) = 1024 MB (2 to the power of 30 bytes)(1 GB = 1024 MB)1MBByte (MB, megabyte) = 1024 kilobytes (20 to the power of 2)(1 MB = 1024kb)1024 bytes (kb, kilobyte) = bytes (10 to the power of 2 bytes)1 byte = 8 bits (Bit) Note: Larger units include petabyte (petabyte, 1pb = 1024 TB), EB (exabyte, 1eb = 1024pb), ZB (zettabyte, 1zb = 1024eb), Yb (yottabyte, 1yb = 1024zb )...... 1.2 cha
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.