Byte/Hour to Mbit/Hour Calculator - Convert Bytes Per Hour to Megabits Per Hour

Conversion History (Last 6)
Excel Formula to convert from Byte/Hour to Mbit/Hour
Apply the formula as shown below to convert from Bytes Per Hour to Megabits Per Hour.
A | B | C | |
---|---|---|---|
1 | Bytes Per Hour (B/Hour) | Megabits Per Hour (Mbit/Hour) | |
2 | 1 | =A2 * 0.000008 | |
3 |
Download - Excel Template for Bytes Per Hour to Megabits 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 Byte/Hour to Mbit/Hour Conversion
You can use below code to convert any value in Bytes Per Hour to Megabits Per Hour in Python.
bytesPerHour = int(input("Enter Bytes Per Hour: "))
megabitsPerHour = bytesPerHour * 8 / (1000*1000)
print("{} Bytes Per Hour = {} Megabits Per Hour".format(bytesPerHour,megabitsPerHour))
megabitsPerHour = bytesPerHour * 8 / (1000*1000)
print("{} Bytes Per Hour = {} Megabits Per Hour".format(bytesPerHour,megabitsPerHour))
The first line of code will prompt the user to enter the Bytes Per Hour as an input. The value of Megabits Per Hour is calculated on the next line, and the code in third line will display the result.
Byte/Hour to Mbps to Mibps Conversion Table
Bytes Per Hour (Byte/Hour) | Megabit Per Second (Mbps) | Mebibit Per Second (Mibps) |
---|---|---|
1 Byte/Hour | 0.000008 Mbps | 0.00000762939453125 Mibps |
2 Byte/Hour | 0.000016 Mbps | 0.0000152587890625 Mibps |
3 Byte/Hour | 0.000024 Mbps | 0.00002288818359375 Mibps |
4 Byte/Hour | 0.000032 Mbps | 0.000030517578125 Mibps |
5 Byte/Hour | 0.00004 Mbps | 0.00003814697265625 Mibps |
6 Byte/Hour | 0.000048 Mbps | 0.0000457763671875 Mibps |
7 Byte/Hour | 0.000056 Mbps | 0.00005340576171875 Mibps |
8 Byte/Hour | 0.000064 Mbps | 0.00006103515625 Mibps |
9 Byte/Hour | 0.000072 Mbps | 0.00006866455078125 Mibps |
10 Byte/Hour | 0.00008 Mbps | 0.0000762939453125 Mibps |
100 Byte/Hour | 0.0008 Mbps | 0.000762939453125 Mibps |
256 Byte/Hour | 0.002048 Mbps | 0.001953125 Mibps |
500 Byte/Hour | 0.004 Mbps | 0.003814697265625 Mibps |
512 Byte/Hour | 0.004096 Mbps | 0.00390625 Mibps |
1000 Byte/Hour | 0.008 Mbps | 0.00762939453125 Mibps |
1024 Byte/Hour | 0.008192 Mbps | 0.0078125 Mibps |
2048 Byte/Hour | 0.016384 Mbps | 0.015625 Mibps |
5000 Byte/Hour | 0.04 Mbps | 0.03814697265625 Mibps |
10000 Byte/Hour | 0.08 Mbps | 0.0762939453125 Mibps |