Nibble/Hour to Gbps Calculator - Convert Nibbles Per Hour to Gigabits Per Second

High Precision Data Unit Conversion

Conversion History (Last 6)

Input Nibbles Per Hour - and press Enter
Nibble/Hour
 
Sec
Min
Hr
Day
Sec
Min
Hr
Day
ADVERTISEMENT

Complete List of Nibble Converters

Quick Navigation

Nibble/Hour to Gbps - Conversion Formula and Steps

Nibble and Gigabit are units of digital information used to measure storage capacity and data transfer rate. Nibble is one of the very basic digital unit where as Gigabit is a decimal unit. One Nibble is equal to 4 bits. One Gigabit is equal to 1000^3 bits. There are 250,000,000 Nibbles in one Gigabit. - view the difference between both units

Nibble/Hour to Gbps Converter Image
Source Data UnitTarget Data Unit
Nibble
Equal to 4 bits
(Basic Unit)
Gigabit (Gbit)
Equal to 1000^3 bits
(Decimal Unit)

The formula of converting the Nibbles Per Hour to Gigabits Per Second is represented as follows :

Gbps = Nibble/Hour x 4 / 10003 / ( 60 x 60 )

Now let us apply the above formula and, write down the steps to convert from Nibbles Per Hour (Nibble/Hour) to Gigabits Per Second (Gbps). This way, we can try to simplify and reduce to an easy to apply formula.

FORMULA

Gigabits Per Second = Nibbles Per Hour x 4 / 10003 / ( 60 x 60 )

STEP 1

Gigabits Per Second = Nibbles Per Hour x 4 / (1000x1000x1000) / ( 60 x 60 )

STEP 2

Gigabits Per Second = Nibbles Per Hour x 4 / 1000000000 / ( 60 x 60 )

STEP 3

Gigabits Per Second = Nibbles Per Hour x 0.000000004 / ( 60 x 60 )

Example : If we apply the above Formula and steps, conversion from 10 Nibble/Hour to Gbps, will be processed as below.

  1. = 10 x 4 / 10003 / ( 60 x 60 )
  2. = 10 x 4 / (1000x1000x1000) / ( 60 x 60 )
  3. = 10 x 4 / 1000000000 / ( 60 x 60 )
  4. = 10 x 0.000000004 / ( 60 x 60 )
  5. = 0.0000000000111111111111111111111111111111
  6. i.e. 10 Nibble/Hour is equal to 0.0000000000111111111111111111111111111111 Gbps.

(Result rounded off to 40 decimal positions.)

You can use above formula and steps to convert Nibbles Per Hour to Gigabits Per Second using any of the programming language such as Java, Python or Powershell.

Popular Nibble/Hour Conversions

Conversion Units

Definition : Nibble

A Nibble is a unit of digital information that consists of 4 bits. It is half of a byte and can represent a single hexadecimal digit. It is used in computer memory and data storage and sometimes used as a basic unit of data transfer in certain computer architectures.
- Learn more..

Definition : Gigabit

A Gigabit (Gb or Gbit) is a unit of digital information that is equal to 1,000,000,000 bits and it is commonly used to express data transfer speeds, such as the speed of an internet connection and to measure the size of a file. In the context of data storage and memory, the binary-based unit of gibibit (Gibit) is used instead.
- Learn more..

Excel Formula to convert from Nibble/Hour to Gbps

Apply the formula as shown below to convert from Nibbles Per Hour to Gigabits Per Second.

 ABC
1Nibbles Per Hour (Nibble/Hour)Gigabits Per Second (Gbps) 
21=A2 * 0.000000004 * 0.0002777777777777777777777777777777777777 
3   

Download - Excel Template for Nibbles Per Hour to Gigabits 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 Nibble/Hour to Gbps Conversion

You can use below code to convert any value in Nibbles Per Hour to Gigabits Per Second in Python.

nibblesPerHour = int(input("Enter Nibbles Per Hour: "))
gigabitsPerSecond = nibblesPerHour * 4 / (1000*1000*1000) / ( 60 * 60 )
print("{} Nibbles Per Hour = {} Gigabits Per Second".format(nibblesPerHour,gigabitsPerSecond))

The first line of code will prompt the user to enter the Nibbles Per Hour as an input. The value of Gigabits Per Second is calculated on the next line, and the code in third line will display the result.

Nibble/Hour to Gbps to Gibps Conversion Table

Nibbles Per Hour to Gigabit Per Second (Gbps)Nibbles Per Hour to Gibibit Per Second (Gibps)
1 Nibble/Hour = 0.000000004 Gbps 1 Nibble/Hour = 0.0000000037252902984619140625 Gibps
2 Nibble/Hour = 0.000000008 Gbps 2 Nibble/Hour = 0.000000007450580596923828125 Gibps
3 Nibble/Hour = 0.000000012 Gbps 3 Nibble/Hour = 0.0000000111758708953857421875 Gibps
4 Nibble/Hour = 0.000000016 Gbps 4 Nibble/Hour = 0.00000001490116119384765625 Gibps
5 Nibble/Hour = 0.00000002 Gbps 5 Nibble/Hour = 0.0000000186264514923095703125 Gibps
6 Nibble/Hour = 0.000000024 Gbps 6 Nibble/Hour = 0.000000022351741790771484375 Gibps
7 Nibble/Hour = 0.000000028 Gbps 7 Nibble/Hour = 0.0000000260770320892333984375 Gibps
8 Nibble/Hour = 0.000000032 Gbps 8 Nibble/Hour = 0.0000000298023223876953125 Gibps
9 Nibble/Hour = 0.000000036 Gbps 9 Nibble/Hour = 0.0000000335276126861572265625 Gibps
10 Nibble/Hour = 0.00000004 Gbps 10 Nibble/Hour = 0.000000037252902984619140625 Gibps
100 Nibble/Hour = 0.0000004 Gbps 100 Nibble/Hour = 0.00000037252902984619140625 Gibps
256 Nibble/Hour = 0.000001024 Gbps 256 Nibble/Hour = 0.00000095367431640625 Gibps
500 Nibble/Hour = 0.000002 Gbps 500 Nibble/Hour = 0.00000186264514923095703125 Gibps
512 Nibble/Hour = 0.000002048 Gbps 512 Nibble/Hour = 0.0000019073486328125 Gibps
1000 Nibble/Hour = 0.000004 Gbps 1000 Nibble/Hour = 0.0000037252902984619140625 Gibps
1024 Nibble/Hour = 0.000004096 Gbps 1024 Nibble/Hour = 0.000003814697265625 Gibps
2048 Nibble/Hour = 0.000008192 Gbps 2048 Nibble/Hour = 0.00000762939453125 Gibps
5000 Nibble/Hour = 0.00002 Gbps 5000 Nibble/Hour = 0.0000186264514923095703125 Gibps
10000 Nibble/Hour = 0.00004 Gbps 10000 Nibble/Hour = 0.000037252902984619140625 Gibps