Byte/Hour to KiB/Hour Calculator - Convert Bytes Per Hour to Kibibytes Per Hour

Conversion History (Last 6)
Excel Formula to convert from Byte/Hour to KiB/Hour
Apply the formula as shown below to convert from Bytes Per Hour to Kibibytes Per Hour.
A | B | C | |
---|---|---|---|
1 | Bytes Per Hour (B/Hour) | Kibibytes Per Hour (KiB/Hour) | |
2 | 1 | =A2 * 0.0009765625 | |
3 |
Download - Excel Template for Bytes Per Hour to Kibibytes 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 KiB/Hour Conversion
You can use below code to convert any value in Bytes Per Hour to Kibibytes Per Hour in Python.
bytesPerHour = int(input("Enter Bytes Per Hour: "))
kibibytesPerHour = bytesPerHour / 1024
print("{} Bytes Per Hour = {} Kibibytes Per Hour".format(bytesPerHour,kibibytesPerHour))
kibibytesPerHour = bytesPerHour / 1024
print("{} Bytes Per Hour = {} Kibibytes Per Hour".format(bytesPerHour,kibibytesPerHour))
The first line of code will prompt the user to enter the Bytes Per Hour as an input. The value of Kibibytes Per Hour is calculated on the next line, and the code in third line will display the result.
Byte/Hour to kBps to KiBps Conversion Table
Bytes Per Hour (Byte/Hour) | Kilobyte Per Second (kBps) | Kibibyte Per Second (KiBps) |
---|---|---|
1 Byte/Hour | 0.001 kBps | 0.0009765625 KiBps |
2 Byte/Hour | 0.002 kBps | 0.001953125 KiBps |
3 Byte/Hour | 0.003 kBps | 0.0029296875 KiBps |
4 Byte/Hour | 0.004 kBps | 0.00390625 KiBps |
5 Byte/Hour | 0.005 kBps | 0.0048828125 KiBps |
6 Byte/Hour | 0.006 kBps | 0.005859375 KiBps |
7 Byte/Hour | 0.007 kBps | 0.0068359375 KiBps |
8 Byte/Hour | 0.008 kBps | 0.0078125 KiBps |
9 Byte/Hour | 0.009 kBps | 0.0087890625 KiBps |
10 Byte/Hour | 0.01 kBps | 0.009765625 KiBps |
100 Byte/Hour | 0.1 kBps | 0.09765625 KiBps |
256 Byte/Hour | 0.256 kBps | 0.25 KiBps |
500 Byte/Hour | 0.5 kBps | 0.48828125 KiBps |
512 Byte/Hour | 0.512 kBps | 0.5 KiBps |
1000 Byte/Hour | 1 kBps | 0.9765625 KiBps |
1024 Byte/Hour | 1.024 kBps | 1 KiBps |
2048 Byte/Hour | 2.048 kBps | 2 KiBps |
5000 Byte/Hour | 5 kBps | 4.8828125 KiBps |
10000 Byte/Hour | 10 kBps | 9.765625 KiBps |