TiB to Tbit Calculator - Convert Tebibytes to Terabits

Conversion History (Last 6)
Excel Formula to convert from TiB to Tbit
Apply the formula as shown below to convert from Tebibyte to Terabit.
A | B | C | |
---|---|---|---|
1 | Tebibyte (TiB) | Terabit (Tbit) | |
2 | 1 | =A2 * 8.796093022208 | |
3 |
Download - Excel Template for Tebibyte to Terabit Conversion
If you want to perform bulk conversion locally in your system, then download and make use of above Excel template.
Python Code for TiB to Tbit Conversion
You can use below code to convert any value in Tebibyte to Terabit in Python.
tebibyte = int(input("Enter Tebibyte: "))
terabit = tebibyte * (8*1024*1024*1024*1024) / (1000*1000*1000*1000)
print("{} Tebibyte = {} Terabit".format(tebibyte,terabit))
terabit = tebibyte * (8*1024*1024*1024*1024) / (1000*1000*1000*1000)
print("{} Tebibyte = {} Terabit".format(tebibyte,terabit))
The first line of code will prompt the user to enter the Tebibyte as an input. The value of Terabit is calculated on the next line, and the code in third line will display the result.
TiB to Tbit to Tibit Conversion Table
Tebibyte (TiB) | Terabit (Tbit) | Tebibit (Tibit) |
---|---|---|
1 TiB | 8.796093022208 Tbit | 8 Tibit |
2 TiB | 17.592186044416 Tbit | 16 Tibit |
3 TiB | 26.388279066624 Tbit | 24 Tibit |
4 TiB | 35.184372088832 Tbit | 32 Tibit |
5 TiB | 43.98046511104 Tbit | 40 Tibit |
6 TiB | 52.776558133248 Tbit | 48 Tibit |
7 TiB | 61.572651155456 Tbit | 56 Tibit |
8 TiB | 70.368744177664 Tbit | 64 Tibit |
9 TiB | 79.164837199872 Tbit | 72 Tibit |
10 TiB | 87.96093022208 Tbit | 80 Tibit |
100 TiB | 879.6093022208 Tbit | 800 Tibit |
256 TiB | 2,251.799813685248 Tbit | 2,048 Tibit |
500 TiB | 4,398.046511104 Tbit | 4,000 Tibit |
512 TiB | 4,503.599627370496 Tbit | 4,096 Tibit |
1000 TiB | 8,796.093022208 Tbit | 8,000 Tibit |
1024 TiB | 9,007.199254740992 Tbit | 8,192 Tibit |
2048 TiB | 18,014.398509481984 Tbit | 16,384 Tibit |
5000 TiB | 43,980.46511104 Tbit | 40,000 Tibit |
10000 TiB | 87,960.93022208 Tbit | 80,000 Tibit |