byte to bit

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

byte
bit
1 B = 8b

换算表

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

byte (B)bit (b)
0.001 B 0.008 b
0.01 B 0.08 b
0.1 B 0.8 b
0.5 B 4 b
1 B 8 b
2 B 16 b
5 B 40 b
10 B 80 b
100 B 800 b
1,000 B 8,000 b

关于byte

8 bits. Standard unit of digital storage.

关于bit

One binary digit — 1/8 byte. Networking.

常见问题

Frequently Asked Questions

How do I convert byte to bit?

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

What is 1 B in b?

1 B = 8 b.

What is 100 B in b?

100 B = 800 b.

What is the formula?

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

继续探索