bit to byte

Live bit (b) to byte (B) converter. Plus a 10-value reference table and FAQs.

bit
byte
1 b = 0.125B

换算表

10 个示例值,从bit到byte。任意值请用上方换算器。

bit (b)byte (B)
0.001 b 0.000125 B
0.01 b 0.00125 B
0.1 b 0.0125 B
0.5 b 0.0625 B
1 b 0.125 B
2 b 0.25 B
5 b 0.625 B
10 b 1.25 B
100 b 12.5 B
1,000 b 125 B

关于bit

One binary digit — 1/8 byte. Networking.

关于byte

8 bits. Standard unit of digital storage.

常见问题

Frequently Asked Questions

How do I convert bit to byte?

Multiply the bit value by 0.125 to get it in byte. For example, 10 b = 1.25 B.

What is 1 b in B?

1 b = 0.125 B.

What is 100 b in B?

100 b = 12.5 B.

What is the formula?

Linear: multiply by 0.125 (the unit factor ratio).

继续探索