• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Space Conversion KB, MB, GB, TB

b != B

b = bits
B = bytes

8 bits = 1 byte

(And 4 bits is a nibble, but that's a story for another day. ;))
 
Here's another interesting fact:

Most computer-related items are actually measured in binary bytes (hard drives being the major exception), rather than your standard bytes. Standard bytes are a power of 10, while binary bytes are a power of 2.

1 kilobyte (kB) = 1000 bytes
1 kibibyte (KiB) = 1024 bytes

1 megabyte (MB) = 1000 kB
1 mebibyte (MiB) = 1024 KiB

1 gigabyte (GB) = 1000 MB
1 gibibyte (GiB) = 1024 MiB
 
Back
Top