Select a category and enter your values below
To convert from Bit (bit) to Byte (byte), use the following formula:
Byte (byte)
= 18× Bit (bit)
= 0.125× Bit (bit)
With 18 is the ratio between the base units Byte (byte) and Bit (bit).
Let's convert 5 Bit (bit) to Byte (byte).
Using the formula:
5 × 0.125 = 0.625
Therefore, 5 Bit (bit) is equal to 0.625 Byte (byte).
How many bits are in one byte? One Byte (byte) contains 8 Bits (bit) — the inverse of the factor above. Multiplying by 0.125 takes you from bits to bytes; multiplying by 8 brings you back.
Put in words: one bit equals 0.125 bytes, so the bit is the smaller unit of this pair. Converting between them never changes the amount of digital being measured — only the size of the unit you count it in.
A bit (short for binary digit) is the most basic unit of data in computing.
It is the smallest possible piece of information a computer can handle. Think of a bit as a tiny light switch that can only be in one of two states: on (represented by a 1) or off (represented by a 0).
Every action you perform on a computer—from typing a letter to watching a video—is made possible by billions of these switches working together.
This simple on/off system, known as the binary system, is the fundamental language of all modern digital devices.
The word "bit" is a portmanteau, a blend of the words "binary digit."
It was coined by the brilliant mathematician and engineer Claude Shannon in his groundbreaking 1948 paper, "A Mathematical Theory of Communication."
Shannon, often called the "father of information theory," created this simple term to describe the most fundamental unit of digital information.
While a single bit doesn't hold much information on its own, computers group them together to represent more complex data.
Data is most commonly measured in bytes.
A byte is a sequence of 8 bits. This grouping allows for 256 (28) different combinations of 0s and 1s, which is enough to represent all the characters on your keyboard, including letters, numbers, and symbols.
From the byte, we get larger units of data storage:
You've likely seen internet speeds advertised in megabits per second (Mbps). This measures how many millions of bits can be transferred per second.
However, file sizes are measured in megabytes (MB). To understand your actual download speed, you need to convert bits to bytes.
Since there are 8 bits in a byte, you simply divide the Mbps value by 8.
Example: A 100 Mbps internet connection can download 12.5 megabytes (MB) of data per second (100 Mbps / 8 = 12.5 MBps).
A byte is a fundamental unit of digital information.
It is the standard building block used by computers to represent data such as text, numbers, and images.
A byte is almost universally composed of 8 bits.
A single bit is the smallest unit of data in a computer, represented as either a 0 or a 1.
Grouping these bits into a set of 8 allows computers to represent a broader range of values, forming the foundation for storing and processing data.
The term "byte" was created in 1956 by Dr. Werner Buchholz during the development of the IBM Stretch computer.
He deliberately spelled it with a "y" to avoid accidental confusion with the term "bit."
It was intended to represent a "bite-sized" chunk of data, specifically the amount needed to encode a single character.
Because a byte contains 8 bits, a single byte can represent 28, or 256 different possible values.
These values can range from 0 (binary 00000000) to 255 (binary 11111111).
This is why standards like ASCII use a byte to represent a single character, such as the letter 'A' or the symbol '$'.
From bytes, we build larger units you're likely familiar with, like kilobytes (KB), megabytes (MB), and gigabytes (GB).
Here are some quick reference conversions from Bit (bit) to Byte (byte):
| Bits | Bytes |
|---|---|
| 0.000001 bit | 1.25× 10-7 byte |
| 0.001 bit | 0.000125 byte |
| 0.1 bit | 0.0125 byte |
| 1 bit | 0.125 byte |
| 2 bit | 0.25 byte |
| 3 bit | 0.375 byte |
| 4 bit | 0.5 byte |
| 5 bit | 0.625 byte |
| 6 bit | 0.75 byte |
| 7 bit | 0.875 byte |
| 8 bit | 1 byte |
| 9 bit | 1.125 byte |
| 10 bit | 1.25 byte |
| 20 bit | 2.5 byte |
| 30 bit | 3.75 byte |
| 40 bit | 5 byte |
| 50 bit | 6.25 byte |
| 100 bit | 12.5 byte |
| 1000 bit | 125 byte |
| 10000 bit | 1250 byte |
For all Digital converters, choose units using the From/To dropdowns above.