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).

繼續探索