Complete byte unit conversion reference
A complete table that shows how to change between all decimal and binary byte values, from bytes to exabytes. For developers, system managers, and network engineers, this is a quick reference.
Comprehensive byte unit conversion table
| Unit | Abbreviation | Bytes (Decimal) | Bytes (Binary) | Type |
|---|---|---|---|---|
| Bit | b | 0.125 | 0.125 | Base Unit |
| Byte | B | 1 | 1 | Base Unit |
| Kilobyte | KB | 1,000 | - | Decimal (SI) |
| Kibibyte | KiB | - | 1,024 | Binary (IEC) |
| Megabyte | MB | 1,000,000 | - | Decimal (SI) |
| Mebibyte | MiB | - | 1,048,576 | Binary (IEC) |
| Gigabyte | GB | 1,000,000,000 | - | Decimal (SI) |
| Gibibyte | GiB | - | 1,073,741,824 | Binary (IEC) |
| Terabyte | TB | 1,000,000,000,000 | - | Decimal (SI) |
| Tebibyte | TiB | - | 1,099,511,627,776 | Binary (IEC) |
| Petabyte | PB | 1,000,000,000,000,000 | - | Decimal (SI) |
| Pebibyte | PiB | - | 1,125,899,906,842,624 | Binary (IEC) |
| Exabyte | EB | 1,000,000,000,000,000,000 | - | Decimal (SI) |
What distinguishes a bit from a byte?
A bit is the fundamental unit of digital information, capable of representing a single binary value, either 0 or 1. Consider a bit as a data entity that can exist in only two conceivable states, on and off (or true and false). By integrating bits, it is possible to generate progressively more intricate arrangements of those states. Two bits encode four potential configurations: 00, 01, 10, and 11. This quantity increases, and with 8 bits, it is possible to generate 256 unique words: this suffices to encode letters, numerals, and symbols, with additional capacity remaining, leading scientists to ultimately adopt this as the standard.
What is the byte equivalent of one megabyte?
The symbol for Megabyte is MB, while the symbol for Byte is B. In the binary system utilized by computers, one megabyte comprises 1,048,576 bytes. According to the decimal system, there are one million bytes in one megabyte (MB). In base 10, one megabyte is equal to 10^6 bytes. Conversely, in the binary system or base 2, one megabyte is equivalent to 2^20 bytes.
