bps to Mibit/Hour Calculator - Convert Bits Per Second to Mebibits Per Hour

Conversion History (Last 6)
Excel Formula to convert from bps to Mibit/Hour
Apply the formula as shown below to convert from Bits Per Second to Mebibits Per Hour.
A | B | C | |
---|---|---|---|
1 | Bits Per Second (bps) | Mebibits Per Hour (Mibit/Hour) | |
2 | 1 | =A2 * 0.00000095367431640625 * 3600 | |
3 |
Download - Excel Template for Bits Per Second to Mebibits Per Hour Conversion
If you want to perform bulk conversion locally in your system, then download and make use of above Excel template.
Python Code for bps to Mibit/Hour Conversion
You can use below code to convert any value in Bits Per Second to Mebibits Per Hour in Python.
bitsPerSecond = int(input("Enter Bits Per Second: "))
mebibitsPerHour = bitsPerSecond / (1024*1024) * 60 * 60
print("{} Bits Per Second = {} Mebibits Per Hour".format(bitsPerSecond,mebibitsPerHour))
mebibitsPerHour = bitsPerSecond / (1024*1024) * 60 * 60
print("{} Bits Per Second = {} Mebibits Per Hour".format(bitsPerSecond,mebibitsPerHour))
The first line of code will prompt the user to enter the Bits Per Second as an input. The value of Mebibits Per Hour is calculated on the next line, and the code in third line will display the result.
bps to Mbps to Mibps Conversion Table
Bits Per Second (bps) | Megabit Per Second (Mbps) | Mebibit Per Second (Mibps) |
---|---|---|
1 bps | 0.000001 Mbps | 0.00000095367431640625 Mibps |
2 bps | 0.000002 Mbps | 0.0000019073486328125 Mibps |
3 bps | 0.000003 Mbps | 0.00000286102294921875 Mibps |
4 bps | 0.000004 Mbps | 0.000003814697265625 Mibps |
5 bps | 0.000005 Mbps | 0.00000476837158203125 Mibps |
6 bps | 0.000006 Mbps | 0.0000057220458984375 Mibps |
7 bps | 0.000007 Mbps | 0.00000667572021484375 Mibps |
8 bps | 0.000008 Mbps | 0.00000762939453125 Mibps |
9 bps | 0.000009 Mbps | 0.00000858306884765625 Mibps |
10 bps | 0.00001 Mbps | 0.0000095367431640625 Mibps |
100 bps | 0.0001 Mbps | 0.000095367431640625 Mibps |
256 bps | 0.000256 Mbps | 0.000244140625 Mibps |
500 bps | 0.0005 Mbps | 0.000476837158203125 Mibps |
512 bps | 0.000512 Mbps | 0.00048828125 Mibps |
1000 bps | 0.001 Mbps | 0.00095367431640625 Mibps |
1024 bps | 0.001024 Mbps | 0.0009765625 Mibps |
2048 bps | 0.002048 Mbps | 0.001953125 Mibps |
5000 bps | 0.005 Mbps | 0.00476837158203125 Mibps |
10000 bps | 0.01 Mbps | 0.0095367431640625 Mibps |