The byte is a digital unit of information consisting of 8 bits. It is one of the most basic units for storing and processing digital data in computers and other electronic devices.

Calculator

Convert:

calculate

Table - Data volumes

File size Decimal Binary
1 Byte 8 Bit
1 KiloByte (KB) 1.000 Byte (B) 8.000 Bit
1 MegaByte (MB) 1.000 KiloByte (KB) 1.024 KibiByte (KiB)
1 GigaByte (GB) 1.000 MegaByte (MB) 1.024 MebiByte (MiB)
1 TeraByte (TB) 1.000 GigaByte (GB) 1.024 GibiByte (GiB)
1 PetaByte (PB) 1.000 TeraByte (TB) 1.024 TebiByte (TiB)
1 ExaByte (EB) 1.000 PetaByte (PB) 1.024 PebiByte (PiB)
1 ZettaByte (ZB) 1.000 ExaByte (EB) 1.024 ExbiByte (EiB)
1 YottaByte (YB) 1.000 ZettaByte (ZB) 1.024 ZebiByte (ZiB)

All information is without guarantee

The byte is a central unit in the digital world and has a variety of applications, from storing text to transmitting data in networks. It has many multiples that can be based on two different systems in different contexts, so it is important to know the exact context you are working in to avoid misunderstandings when converting.

Use of the byte:

  • Data storage: when specifying file sizes or the storage capacity of hard disks, SSDs, USB sticks and other storage media, the unit byte and its multiples are usually used.

  • Text storage: In many character set standards, such as ASCII, a character (e.g. a letter or a number) corresponds to a byte.

  • Programming: Software developers often work at the byte level when dealing with files, memory addresses or buffers.

  • Network communication: When transferring data in networks, the data rate can be specified in bytes per second (B/s) or in bits per second (bps).

Conversion to other data units:

The byte has several multiples based on the binary system (factors of 1,024) or the decimal system (factors of 1,000), depending on the context:

Kilobyte (KB):

  • Binary system: 1 KB = 1,024 bytes
  • Decimal system: 1 KB = 1,000 bytes (used less frequently)

Megabyte (MB):

  • Binary system: 1 MB = 1,024 KB = 1,048,576 bytes
  • Decimal system: 1 MB = 1,000 KB = 1,000,000 bytes

Gigabyte (GB), terabyte (TB), petabyte (PB), etc.:

For each of these multiples, a multiplication by a factor of 1,024 of the next smaller multiple applies in the binary system and by a factor of 1,000 in the decimal system.

It is important to note that there are sometimes different definitions of these multiples in industry and IT, especially when it comes to storage media. For example, a manufacturer of a hard disk might use the decimal system to indicate capacity in gigabytes or terabytes, while an operating system interprets the size in the binary system.

Amount of data

Calculator | Table

On this website, calculations, formulas and sample calculations with simple explanations are provided online free of charge by the author.