Convert Bits (b) to Bytes (B)

Enter a value below to convert Bits (b) to Bytes (B).

Convert from
Convert to

Conversion:

1 Bits (b) = 0.125 Bytes (B)

How to Convert Bits (b) to Bytes (B)

1 bit = 0.125 byte

1 byte = 8 bit

Example: convert 15 Bits (b) to Bytes (B):

25 bit = 3.125 byte

Bits (b) to Bytes (B) Conversion Table

Bits (b)Bytes (B)
0.01 bit0.00125 byte
0.1 bit0.0125 byte
1 bit0.125 byte
2 bit0.25 byte
3 bit0.375 byte
5 bit0.625 byte
10 bit1.25 byte
20 bit2.5 byte
50 bit6.25 byte
100 bit12.5 byte
1000 bit125 byte

Bits (b)

Definition

A bit (b) is the most fundamental unit of digital information. It represents a single binary value — either 0 or 1. All digital data, from text to video, is ultimately encoded as sequences of bits.

History

The term 'bit' was coined by mathematician John Tukey in 1947 and later popularized by Claude Shannon in his groundbreaking 1948 paper 'A Mathematical Theory of Communication.' It became the foundation of information theory and digital computing.

Current use

Bits are used to measure data transmission speeds (e.g., megabits per second for internet bandwidth), encryption key lengths, and signal processing. They remain the atomic unit underlying all digital storage and communication systems.

Bytes (B)

Definition

A byte (B) is a unit of digital information consisting of 8 bits. It is the standard addressable unit of memory in virtually all modern computer architectures.

History

The byte was introduced in the late 1950s by Werner Buchholz during the design of the IBM Stretch computer. Originally variable in size, the 8-bit byte became the de facto standard with the IBM System/360 in the 1960s.

Current use

Bytes are the base unit for measuring file sizes, memory capacity, and storage. Character encoding schemes like ASCII use one byte per character, while modern UTF-8 uses one to four bytes per character.