Back to Bytes Unit Converter

2 Bytes to Bits

Convert 2 Bytes (B) to Bits (b)

Conversion Result
16
Bits (b)

Conversion Formula

1 B = 8 b

Result = 2 × factor = 16

All Conversions from 2 Bytes

Bits (b) 16
Kilobytes (KB) 0.002
Megabytes (MB) 0.000002
Gigabytes (GB) 2.000000e-9
Terabytes (TB) 2.000000e-12
Petabytes (PB) 2.000000e-15
Kibibytes (KiB) 0.001953125
Mebibytes (MiB) 0.0000019073
Gibibytes (GiB) 1.862645e-9
Tebibytes (TiB) 1.818989e-12

Note on Decimal vs Binary Units

Decimal Units (SI): Kilobytes (KB), Megabytes (MB), Gigabytes (GB), Terabytes (TB), and Petabytes (PB) use base-1000 conversion factors. 1 KB = 1,000 bytes, 1 MB = 1,000 KB = 1,000,000 bytes. This standard is commonly used by storage device manufacturers and in networking.

Binary Units (IEC): Kibibytes (KiB), Mebibytes (MiB), Gibibytes (GiB), and Tebibytes (TiB) use base-1024 conversion factors. 1 KiB = 1,024 bytes, 1 MiB = 1,024 KiB = 1,048,576 bytes. This standard is commonly used by operating systems like Windows for file size display.

Why the difference matters: A "500 GB" hard drive has 500,000,000,000 bytes (decimal), but Windows displays this as approximately 465.66 GiB (binary). This is why your storage device may appear to have less space than advertised - it's not missing space, just different measurement systems.