Add data storage conversions
This commit is contained in:
@@ -56,6 +56,46 @@ The registry currently contains 1333 unique calculator slugs.
|
||||
| Bits to Words (32-bit) – Show how many 32-bit words fit into a given bit count. | bits-to-words-32-bit | data | 0.03125 |
|
||||
| Bytes to Words (16-bit) – Convert byte counts into 16-bit words for legacy units. | bytes-to-words-16-bit | data | 0.5 |
|
||||
| Bytes to Words (32-bit) – Convert byte counts into 32-bit words for modern registers. | bytes-to-words-32-bit | data | 0.25 |
|
||||
| Bits to Kilobits – Convert a bit count into kilobits for bandwidth planning. | bits-to-kilobits | data | 0.001 |
|
||||
| Kilobits to Bits – Expand kilobits back into raw bits. | kilobits-to-bits | data | 1000 |
|
||||
| Bits to Kibibits – Use binary kibibit units when dealing with 1,024-based counts. | bits-to-kibibits | data | 0.0009765625 |
|
||||
| Kibibits to Bits – Translate kibibit counts into bits. | kibibits-to-bits | data | 1024 |
|
||||
| Bits to Megabits – Describe bitstreams as megabits per second. | bits-to-megabits | data | 0.000001 |
|
||||
| Megabits to Bits – Turn megabit bandwidth into bits. | megabits-to-bits | data | 1000000 |
|
||||
| Bits to Mebibits – Map bits into mebibits for binary archive math. | bits-to-mebibits | data | 9.5367431640625e-07 |
|
||||
| Mebibits to Bits – Expand mebibits into bits. | mebibits-to-bits | data | 1048576 |
|
||||
| Bits to Gigabits – Express bits as gigabits for wide-area planning. | bits-to-gigabits | data | 1e-09 |
|
||||
| Gigabits to Bits – Translate gigabit rates into raw bits per second. | gigabits-to-bits | data | 1000000000 |
|
||||
| Bits to Gibibits – Show bits in gibibit terms for binary telephony. | bits-to-gibibits | data | 9.313225746154785e-10 |
|
||||
| Gibibits to Bits – Convert gibibits back to bits. | gibibits-to-bits | data | 1073741824 |
|
||||
| Bits to Terabits – Scale bits to the terabit level for fiber budgets. | bits-to-terabits | data | 1e-12 |
|
||||
| Terabits to Bits – Turn terabit throughput into bits. | terabits-to-bits | data | 1000000000000 |
|
||||
| Bits to Tebibits – Fall into tebibit counts when evaluating tape. | bits-to-tebibits | data | 9.094947017729282e-13 |
|
||||
| Tebibits to Bits – Translate tebibits back into bits. | tebibits-to-bits | data | 1099511627776 |
|
||||
| Bytes to Kilobytes – Summarize bytes as kilobytes for quick estimates. | bytes-to-kilobytes | data | 0.001 |
|
||||
| Kilobytes to Bytes – Expand kilobytes into raw bytes. | kilobytes-to-bytes | data | 1000 |
|
||||
| Bytes to Kibibytes – Use kibibytes by converting bytes with 1,024-based counts. | bytes-to-kibibytes | data | 0.0009765625 |
|
||||
| Kibibytes to Bytes – Convert kibibytes into bytes. | kibibytes-to-bytes | data | 1024 |
|
||||
| Bytes to Megabytes – Turn bytes into megabytes for file-size labels. | bytes-to-megabytes | data | 1e-06 |
|
||||
| Bytes to Mebibytes – Express bytes as mebibytes when binary accuracy matters. | bytes-to-mebibytes | data | 9.5367431640625e-07 |
|
||||
| Bytes to Gigabytes – Scale bytes into gigabytes for storage quotes. | bytes-to-gigabytes | data | 1e-09 |
|
||||
| Bytes to Gibibytes – Convert bytes into gibibytes for precise quotas. | bytes-to-gibibytes | data | 9.313225746154785e-10 |
|
||||
| Bytes to Terabytes – Aggregate bytes into terabytes. | bytes-to-terabytes | data | 1e-12 |
|
||||
| Bytes to Tebibytes – Translate bytes into tebibytes for tape libraries. | bytes-to-tebibytes | data | 9.094947017729282e-13 |
|
||||
| Kilobytes to Kibibytes – Switch kilobytes into kibibytes for binary storage conversions. | kilobytes-to-kibibytes | data | 0.9765625 |
|
||||
| Kibibytes to Kilobytes – Translate kibibytes into kilobytes. | kibibytes-to-kilobytes | data | 1.024 |
|
||||
| Kilobytes to Megabytes – Express kilobytes as megabytes for quick summaries. | kilobytes-to-megabytes | data | 0.001 |
|
||||
| Kilobytes to Mebibytes – Turn kilobytes into mebibytes when power-of-two precision is needed. | kilobytes-to-mebibytes | data | 0.00095367431640625 |
|
||||
| Mebibytes to Kilobytes – Convert mebibytes into kilobytes. | mebibytes-to-kilobytes | data | 1048.576 |
|
||||
| Kilobytes to Gigabytes – Scale kilobytes up to gigabytes. | kilobytes-to-gigabytes | data | 1e-06 |
|
||||
| Gigabytes to Kilobytes – Reframe gigabytes in kilobyte units. | gigabytes-to-kilobytes | data | 1000000 |
|
||||
| Kilobytes to Gibibytes – Turn kilobytes into gibibytes. | kilobytes-to-gibibytes | data | 9.313225746154785e-07 |
|
||||
| Gibibytes to Kilobytes – Expand gibibytes back into kilobytes. | gibibytes-to-kilobytes | data | 1073741.824 |
|
||||
| Kilobytes to Terabytes – Scale kilobytes into terabytes. | kilobytes-to-terabytes | data | 1e-09 |
|
||||
| Terabytes to Kilobytes – Re-express terabytes as kilobytes. | terabytes-to-kilobytes | data | 1000000000 |
|
||||
| Kilobytes to Tebibytes – Convert kilobytes into tebibytes. | kilobytes-to-tebibytes | data | 9.094947017729282e-10 |
|
||||
| Tebibytes to Kilobytes – Translate tebibytes into kilobytes. | tebibytes-to-kilobytes | data | 1099511627.776 |
|
||||
| Megabytes to Gibibytes – Compare megabytes with gibibytes for mixed units. | megabytes-to-gibibytes | data | 0.0009313225746154785 |
|
||||
| BTU to Kilojoules | btu-to-kilojoules | energy | 1.05505585 |
|
||||
| BTU/hour to Watts | btuhour-to-watts | energy | 0.293071 |
|
||||
| Calories to Joules | calories-to-joules | energy | 4.184 |
|
||||
|
||||
Reference in New Issue
Block a user