Convert Bit to Byte
Unit definitions
Bit
The bit is the smallest unit of measurement in data and storage. It is used to indicate one of the two logic states: 0 or 1.
Byte
$8$ bits equal one byte.
How to convert Bit to Byte
$$\text{Data and Storage}_{\text{B}} = \frac{\text{Data and Storage}_{\text{bit}}}{8}$$
Examples
Example 1
Convert $45.0\ \text{bit}$ to $\text{B}$.
$$\text{Data and Storage}_{\text{B}} = \frac{45.0}{8}$$
$$\text{Data and Storage}_{\text{B}} = 5.625$$
$$\therefore \ 45.0\ \text{bit} = 5.625 \ \text{B}$$
Example 2
Convert $80.0\ \text{bit}$ to $\text{B}$.
$$\text{Data and Storage}_{\text{B}} = \frac{80.0}{8}$$
$$\text{Data and Storage}_{\text{B}} = 10$$
$$\therefore \ 80.0\ \text{bit} = 10 \ \text{B}$$
Example 3
Convert $115.0\ \text{bit}$ to $\text{B}$.
$$\text{Data and Storage}_{\text{B}} = \frac{115.0}{8}$$
$$\text{Data and Storage}_{\text{B}} = 14.375$$
$$\therefore \ 115.0\ \text{bit} = 14.375 \ \text{B}$$
Example 4
Convert $135.0\ \text{bit}$ to $\text{B}$.
$$\text{Data and Storage}_{\text{B}} = \frac{135.0}{8}$$
$$\text{Data and Storage}_{\text{B}} = 16.875$$
$$\therefore \ 135.0\ \text{bit} = 16.875 \ \text{B}$$
Example 5
Convert $195.0\ \text{bit}$ to $\text{B}$.
$$\text{Data and Storage}_{\text{B}} = \frac{195.0}{8}$$
$$\text{Data and Storage}_{\text{B}} = 24.375$$
$$\therefore \ 195.0\ \text{bit} = 24.375 \ \text{B}$$