Quick Conversion Table

Bit (b) Byte (B)
1 b0,125 B
2 b0,25 B
3 b0,375 B
4 b0,5 B
5 b0,625 B
6 b0,75 B
7 b0,875 B
8 b1 B
9 b1,125 B
10 b1,25 B
100 b12,5 B
200 b25 B
300 b37,5 B
400 b50 B
500 b62,5 B
600 b75 B
700 b87,5 B
800 b100 B
900 b112,5 B
1.000 b125 B

How to convert bit to byte

Converting bit to byte is possible because there is a fixed relationship: since 1 bit is the same as 0.125 in B.

The formula to perform this conversion is:

B=b8mathrm{B} = frac{mathrm{b}}{8}

Learn how to calculate:

  1. Choose the value that is in b.
  2. Enter that number into the formula.
  3. The conversion is done by divide by the 8 value.

The final number is the conversion in bytes (B).

Example:

Solving the conversion of 16 b to B is easy using the 8 value. Watch the step by step: 16 ÷ 8 = 2. In the end, 16 b perfectly equals 2 B.

16 b=16×8 B=2 B16 text { b } = 16 times 8 text { B } = 2 text { B }

Continue converting!