Gbit to GiB Calculator - Convert Gigabits to Gibibytes

Conversion History (Last 6)
Excel Formula to convert from Gbit to GiB
Apply the formula as shown below to convert from Gigabit to Gibibyte.
A | B | C | |
---|---|---|---|
1 | Gigabit (Gbit) | Gibibyte (GiB) | |
2 | 1 | =A2 * 0.116415321826934814453125 | |
3 |
Download - Excel Template for Gigabit to Gibibyte Conversion
If you want to perform bulk conversion locally in your system, then download and make use of above Excel template.
Python Code for Gbit to GiB Conversion
You can use below code to convert any value in Gigabit to Gibibyte in Python.
gigabit = int(input("Enter Gigabit: "))
gibibyte = gigabit * (1000*1000*1000) / (8*1024*1024*1024)
print("{} Gigabit = {} Gibibyte".format(gigabit,gibibyte))
gibibyte = gigabit * (1000*1000*1000) / (8*1024*1024*1024)
print("{} Gigabit = {} Gibibyte".format(gigabit,gibibyte))
The first line of code will prompt the user to enter the Gigabit as an input. The value of Gibibyte is calculated on the next line, and the code in third line will display the result.
Gbit to GB to GiB Conversion Table
Gigabit (Gbit) | Gigabyte (GB) | Gibibyte (GiB) |
---|---|---|
1 Gbit | 0.125 GB | 0.116415321826934814453125 GiB |
2 Gbit | 0.25 GB | 0.23283064365386962890625 GiB |
3 Gbit | 0.375 GB | 0.349245965480804443359375 GiB |
4 Gbit | 0.5 GB | 0.4656612873077392578125 GiB |
5 Gbit | 0.625 GB | 0.582076609134674072265625 GiB |
6 Gbit | 0.75 GB | 0.69849193096160888671875 GiB |
7 Gbit | 0.875 GB | 0.814907252788543701171875 GiB |
8 Gbit | 1 GB | 0.931322574615478515625 GiB |
9 Gbit | 1.125 GB | 1.047737896442413330078125 GiB |
10 Gbit | 1.25 GB | 1.16415321826934814453125 GiB |
100 Gbit | 12.5 GB | 11.6415321826934814453125 GiB |
256 Gbit | 32 GB | 29.8023223876953125 GiB |
500 Gbit | 62.5 GB | 58.2076609134674072265625 GiB |
512 Gbit | 64 GB | 59.604644775390625 GiB |
1000 Gbit | 125 GB | 116.415321826934814453125 GiB |
1024 Gbit | 128 GB | 119.20928955078125 GiB |
2048 Gbit | 256 GB | 238.4185791015625 GiB |
5000 Gbit | 625 GB | 582.076609134674072265625 GiB |
10000 Gbit | 1,250 GB | 1,164.15321826934814453125 GiB |