PiB to Pbit Calculator - Convert Pebibytes to Petabits

Conversion History (Last 6)
Excel Formula to convert from PiB to Pbit
Apply the formula as shown below to convert from Pebibyte to Petabit.
A | B | C | |
---|---|---|---|
1 | Pebibyte (PiB) | Petabit (Pbit) | |
2 | 1 | =A2 * 9.007199254740992 | |
3 |
Download - Excel Template for Pebibyte to Petabit Conversion
If you want to perform bulk conversion locally in your system, then download and make use of above Excel template.
Python Code for PiB to Pbit Conversion
You can use below code to convert any value in Pebibyte to Petabit in Python.
pebibyte = int(input("Enter Pebibyte: "))
petabit = pebibyte * (8*1024*1024*1024*1024*1024) / (1000*1000*1000*1000*1000)
print("{} Pebibyte = {} Petabit".format(pebibyte,petabit))
petabit = pebibyte * (8*1024*1024*1024*1024*1024) / (1000*1000*1000*1000*1000)
print("{} Pebibyte = {} Petabit".format(pebibyte,petabit))
The first line of code will prompt the user to enter the Pebibyte as an input. The value of Petabit is calculated on the next line, and the code in third line will display the result.
PiB to Pbit to Pibit Conversion Table
Pebibyte (PiB) | Petabit (Pbit) | Pebibit (Pibit) |
---|---|---|
1 PiB | 9.007199254740992 Pbit | 8 Pibit |
2 PiB | 18.014398509481984 Pbit | 16 Pibit |
3 PiB | 27.021597764222976 Pbit | 24 Pibit |
4 PiB | 36.028797018963968 Pbit | 32 Pibit |
5 PiB | 45.03599627370496 Pbit | 40 Pibit |
6 PiB | 54.043195528445952 Pbit | 48 Pibit |
7 PiB | 63.050394783186944 Pbit | 56 Pibit |
8 PiB | 72.057594037927936 Pbit | 64 Pibit |
9 PiB | 81.064793292668928 Pbit | 72 Pibit |
10 PiB | 90.07199254740992 Pbit | 80 Pibit |
100 PiB | 900.7199254740992 Pbit | 800 Pibit |
256 PiB | 2,305.843009213693952 Pbit | 2,048 Pibit |
500 PiB | 4,503.599627370496 Pbit | 4,000 Pibit |
512 PiB | 4,611.686018427387904 Pbit | 4,096 Pibit |
1000 PiB | 9,007.199254740992 Pbit | 8,000 Pibit |
1024 PiB | 9,223.372036854775808 Pbit | 8,192 Pibit |
2048 PiB | 18,446.744073709551616 Pbit | 16,384 Pibit |
5000 PiB | 45,035.99627370496 Pbit | 40,000 Pibit |
10000 PiB | 90,071.99254740992 Pbit | 80,000 Pibit |