Bits to Bytes Converter
Convert a bit quantity to bytes using the exact relationship 8 bit = 1 B. A bit count not divisible by eight has a valid mathematical fractional-byte result but is not a whole-byte file length.
Decimal SI is selected. Enter up to 120 significant digits using a decimal point or scientific notation with exponent magnitude no greater than 1000. Commas and negative quantities are rejected.
Divide By Eight, Then Check Alignment
B = bit / 8. Eight bits produce one byte, sixteen produce two, and one bit produces 0.125 B. When the result is fractional, the status also identifies the minimum whole-byte count needed to hold that many bits.
Storage Quantity, Not Network Speed
This page converts a quantity of bits. It does not convert Mb/s or Mbps transfer rates, estimate download time, or account for protocol overhead.
Frequently Asked Questions
Mathematically yes. One bit is 0.125 B, but a literal byte-aligned file length is normally represented in whole bytes.
No. Lowercase b denotes bit and uppercase B denotes byte in the notation used here.