Bit is known as 0 or 1.
1 byte = 8 bits
1 megabytes = 8 megabits = 8192 kilobits
1 kilobyte = 8 kilobits = 8192 bits
1 kilobyte = 1024 bytes
1 megabyte = 1024 kilobytes
1 gigabyte = 1024 megabytes
1 Terabyte = 1024 gigabyte
——————————————-
Converting bits to MB.
First, convert the number of bits to bytes by dividing by 8:
1 byte
100,000,000,000,000 bits * --------- = x bytes
8 bits
(Notice that the ‘bits’ cancel, leaving the unit ‘bytes’ in the answer.)
Then take that answer and convert it to Kilobytes by dividing by 1024:
1 Kilobyte
x bytes * ------------- = y Kilobytes
1024 bytes
(Again, the ‘bytes’ cancel, leaving the unit ‘Kilobytes’ in the answer.)
Then take that answer and convert it to Megabytes by dividing by 1024 once again:
1 Megabyte
y Kilobytes = * ---------------- = z Megabytes
1024 Kilobytes
Practice:
- Convert 32 bits to bytes.
- Convert 1555 bytes to KB.
- Convert 1521352 bytes to MB.
- Convert 25 MB to KB.
- Convert 1.4 GB to MB.
- Convert 7777 MB to GB.
- Convert 2 TB to MB.
- Convert 20000 bits to KB.
- Convert 2048 bytes to KB.
- Convert 123456 bytes to MB.