Bps to kBps Calculator - Convert Bytes Per Second to Kilobytes Per Second

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