Data Storage Converter — Formule
## Data Storage Converter
### Conversion Factors from Bytes (Binary)
- **Kilobytes**: bytes / 1,024
- **Megabytes**: bytes / 1,048,576
- **Gigabytes**: bytes / 1,073,741,824
- **Terabytes**: bytes / 1,099,511,627,776
- **Bits**: bytes × 8
Note: This converter uses binary (base-2) units where 1 KB = 1,024 bytes.
### Conversion Factors from Bytes (Binary)
- **Kilobytes**: bytes / 1,024
- **Megabytes**: bytes / 1,048,576
- **Gigabytes**: bytes / 1,073,741,824
- **Terabytes**: bytes / 1,099,511,627,776
- **Bits**: bytes × 8
Note: This converter uses binary (base-2) units where 1 KB = 1,024 bytes.
Exemple Résolu
Convert 1,073,741,824 bytes (1 GB) to other units.
- KB = 1073741824 / 1024 = 1048576 KB
- MB = 1073741824 / 1048576 = 1024 MB
- GB = 1073741824 / 1073741824 = 1 GB
- TB = 1073741824 / 1099511627776 = 0.000976563 TB