--- title: "16 B to bit = 128 bit" description: "16 bytes is 128 bits. The arithmetic, a table of nearby values, and a converter for any other number." url: https://atoneplace.net/convert/16-bytes-to-bits/ site: "At One Place" --- # 16 B to bit **16 bytes in bits: 16 B = 128 bit** bit = B × 8 16 bytes is 128 bits. To get there, multiply by 8. ## Values either side *Bytes near 16, converted to bits.* | Bytes | Bits | | --- | --- | | 12 B | 96 | | 13 B | 104 | | 14 B | 112 | | 15 B | 120 | | 16 B ← | 128 | | 17 B | 136 | | 18 B | 144 | | 19 B | 152 | | 20 B | 160 | ## How the conversion works The relationship is bit = B × 8. Both units measure data, so the conversion is a fixed factor that never changes. ## Common questions ### What is 16 B in bits? 16 B is 128 bit. ### How do you convert bytes to bits? Multiply by 8. ## Related pages - [Bytes to bits](https://atoneplace.net/convert/bytes-to-bits/) - [16 bit to B](https://atoneplace.net/convert/16-bits-to-bytes/) - [12 B to bit](https://atoneplace.net/convert/12-bytes-to-bits/) - [13 B to bit](https://atoneplace.net/convert/13-bytes-to-bits/) - [14 B to bit](https://atoneplace.net/convert/14-bytes-to-bits/) - [15 B to bit](https://atoneplace.net/convert/15-bytes-to-bits/) - [17 B to bit](https://atoneplace.net/convert/17-bytes-to-bits/) - [18 B to bit](https://atoneplace.net/convert/18-bytes-to-bits/) - [19 B to bit](https://atoneplace.net/convert/19-bytes-to-bits/) - [20 B to bit](https://atoneplace.net/convert/20-bytes-to-bits/) ## Sources - Guide for the Use of the International System of Units (SP 811) — NIST (https://www.nist.gov/pml/special-publication-811) [Public domain (US Government)] - The International System of Units (SI Brochure) — Bureau International des Poids et Mesures (https://www.bipm.org/en/publications/si-brochure) - Calculated on this page — At One Place (/about/)