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 |
|
| 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 (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 |
|
| 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 to Kilojoules | btu-to-kilojoules | energy | 1.05505585 |
|
||||||
| BTU/hour to Watts | btuhour-to-watts | energy | 0.293071 |
|
| BTU/hour to Watts | btuhour-to-watts | energy | 0.293071 |
|
||||||
| Calories to Joules | calories-to-joules | energy | 4.184 |
|
| Calories to Joules | calories-to-joules | energy | 4.184 |
|
||||||
|
|||||||
@@ -90,6 +90,46 @@ export const calculators: CalculatorDef[] = [
|
|||||||
{"slug": "bits-to-words-32-bit", "name": "Bits to Words (32-bit)", "category": "data", "type": "standard", "teaser": "Show how many 32-bit words fit into a given bit count.", "labels": {"in1": "Bits", "in2": "Words (32-bit)"}, "factor": 0.03125},
|
{"slug": "bits-to-words-32-bit", "name": "Bits to Words (32-bit)", "category": "data", "type": "standard", "teaser": "Show how many 32-bit words fit into a given bit count.", "labels": {"in1": "Bits", "in2": "Words (32-bit)"}, "factor": 0.03125},
|
||||||
{"slug": "bytes-to-words-16-bit", "name": "Bytes to Words (16-bit)", "category": "data", "type": "standard", "teaser": "Convert byte counts into 16-bit words for legacy units.", "labels": {"in1": "Bytes", "in2": "Words (16-bit)"}, "factor": 0.5},
|
{"slug": "bytes-to-words-16-bit", "name": "Bytes to Words (16-bit)", "category": "data", "type": "standard", "teaser": "Convert byte counts into 16-bit words for legacy units.", "labels": {"in1": "Bytes", "in2": "Words (16-bit)"}, "factor": 0.5},
|
||||||
{"slug": "bytes-to-words-32-bit", "name": "Bytes to Words (32-bit)", "category": "data", "type": "standard", "teaser": "Convert byte counts into 32-bit words for modern registers.", "labels": {"in1": "Bytes", "in2": "Words (32-bit)"}, "factor": 0.25},
|
{"slug": "bytes-to-words-32-bit", "name": "Bytes to Words (32-bit)", "category": "data", "type": "standard", "teaser": "Convert byte counts into 32-bit words for modern registers.", "labels": {"in1": "Bytes", "in2": "Words (32-bit)"}, "factor": 0.25},
|
||||||
|
{"slug": "bits-to-kilobits", "name": "Bits to Kilobits", "category": "data", "type": "standard", "teaser": "Convert a bit count into kilobits for bandwidth planning.", "labels": {"in1": "Bits", "in2": "Kilobits"}, "factor": 0.001, "hidden": true},
|
||||||
|
{"slug": "kilobits-to-bits", "name": "Kilobits to Bits", "category": "data", "type": "standard", "teaser": "Expand kilobits back into raw bits.", "labels": {"in1": "Kilobits", "in2": "Bits"}, "factor": 1000.0},
|
||||||
|
{"slug": "bits-to-kibibits", "name": "Bits to Kibibits", "category": "data", "type": "standard", "teaser": "Use binary kibibit units when dealing with 1,024-based counts.", "labels": {"in1": "Bits", "in2": "Kibibits"}, "factor": 0.0009765625, "hidden": true},
|
||||||
|
{"slug": "kibibits-to-bits", "name": "Kibibits to Bits", "category": "data", "type": "standard", "teaser": "Translate kibibit counts into bits.", "labels": {"in1": "Kibibits", "in2": "Bits"}, "factor": 1024.0},
|
||||||
|
{"slug": "bits-to-megabits", "name": "Bits to Megabits", "category": "data", "type": "standard", "teaser": "Describe bitstreams as megabits per second.", "labels": {"in1": "Bits", "in2": "Megabits"}, "factor": 1e-06, "hidden": true},
|
||||||
|
{"slug": "megabits-to-bits", "name": "Megabits to Bits", "category": "data", "type": "standard", "teaser": "Turn megabit bandwidth into bits.", "labels": {"in1": "Megabits", "in2": "Bits"}, "factor": 1000000.0},
|
||||||
|
{"slug": "bits-to-mebibits", "name": "Bits to Mebibits", "category": "data", "type": "standard", "teaser": "Map bits into mebibits for binary archive math.", "labels": {"in1": "Bits", "in2": "Mebibits"}, "factor": 9.5367431640625e-07, "hidden": true},
|
||||||
|
{"slug": "mebibits-to-bits", "name": "Mebibits to Bits", "category": "data", "type": "standard", "teaser": "Expand mebibits into bits.", "labels": {"in1": "Mebibits", "in2": "Bits"}, "factor": 1048576.0},
|
||||||
|
{"slug": "bits-to-gigabits", "name": "Bits to Gigabits", "category": "data", "type": "standard", "teaser": "Express bits as gigabits for wide-area planning.", "labels": {"in1": "Bits", "in2": "Gigabits"}, "factor": 1e-09, "hidden": true},
|
||||||
|
{"slug": "gigabits-to-bits", "name": "Gigabits to Bits", "category": "data", "type": "standard", "teaser": "Translate gigabit rates into raw bits per second.", "labels": {"in1": "Gigabits", "in2": "Bits"}, "factor": 1000000000.0},
|
||||||
|
{"slug": "bits-to-gibibits", "name": "Bits to Gibibits", "category": "data", "type": "standard", "teaser": "Show bits in gibibit terms for binary telephony.", "labels": {"in1": "Bits", "in2": "Gibibits"}, "factor": 9.313225746154785e-10, "hidden": true},
|
||||||
|
{"slug": "gibibits-to-bits", "name": "Gibibits to Bits", "category": "data", "type": "standard", "teaser": "Convert gibibits back to bits.", "labels": {"in1": "Gibibits", "in2": "Bits"}, "factor": 1073741824.0},
|
||||||
|
{"slug": "bits-to-terabits", "name": "Bits to Terabits", "category": "data", "type": "standard", "teaser": "Scale bits to the terabit level for fiber budgets.", "labels": {"in1": "Bits", "in2": "Terabits"}, "factor": 1e-12, "hidden": true},
|
||||||
|
{"slug": "terabits-to-bits", "name": "Terabits to Bits", "category": "data", "type": "standard", "teaser": "Turn terabit throughput into bits.", "labels": {"in1": "Terabits", "in2": "Bits"}, "factor": 1000000000000.0},
|
||||||
|
{"slug": "bits-to-tebibits", "name": "Bits to Tebibits", "category": "data", "type": "standard", "teaser": "Fall into tebibit counts when evaluating tape.", "labels": {"in1": "Bits", "in2": "Tebibits"}, "factor": 9.094947017729282e-13, "hidden": true},
|
||||||
|
{"slug": "tebibits-to-bits", "name": "Tebibits to Bits", "category": "data", "type": "standard", "teaser": "Translate tebibits back into bits.", "labels": {"in1": "Tebibits", "in2": "Bits"}, "factor": 1099511627776.0},
|
||||||
|
{"slug": "bytes-to-kilobytes", "name": "Bytes to Kilobytes", "category": "data", "type": "standard", "teaser": "Summarize bytes as kilobytes for quick estimates.", "labels": {"in1": "Bytes", "in2": "Kilobytes"}, "factor": 0.001, "hidden": true},
|
||||||
|
{"slug": "kilobytes-to-bytes", "name": "Kilobytes to Bytes", "category": "data", "type": "standard", "teaser": "Expand kilobytes into raw bytes.", "labels": {"in1": "Kilobytes", "in2": "Bytes"}, "factor": 1000.0},
|
||||||
|
{"slug": "bytes-to-kibibytes", "name": "Bytes to Kibibytes", "category": "data", "type": "standard", "teaser": "Use kibibytes by converting bytes with 1,024-based counts.", "labels": {"in1": "Bytes", "in2": "Kibibytes"}, "factor": 0.0009765625, "hidden": true},
|
||||||
|
{"slug": "kibibytes-to-bytes", "name": "Kibibytes to Bytes", "category": "data", "type": "standard", "teaser": "Convert kibibytes into bytes.", "labels": {"in1": "Kibibytes", "in2": "Bytes"}, "factor": 1024.0},
|
||||||
|
{"slug": "bytes-to-megabytes", "name": "Bytes to Megabytes", "category": "data", "type": "standard", "teaser": "Turn bytes into megabytes for file-size labels.", "labels": {"in1": "Bytes", "in2": "Megabytes"}, "factor": 1e-06, "hidden": true},
|
||||||
|
{"slug": "bytes-to-mebibytes", "name": "Bytes to Mebibytes", "category": "data", "type": "standard", "teaser": "Express bytes as mebibytes when binary accuracy matters.", "labels": {"in1": "Bytes", "in2": "Mebibytes"}, "factor": 9.5367431640625e-07},
|
||||||
|
{"slug": "bytes-to-gigabytes", "name": "Bytes to Gigabytes", "category": "data", "type": "standard", "teaser": "Scale bytes into gigabytes for storage quotes.", "labels": {"in1": "Bytes", "in2": "Gigabytes"}, "factor": 1e-09, "hidden": true},
|
||||||
|
{"slug": "bytes-to-gibibytes", "name": "Bytes to Gibibytes", "category": "data", "type": "standard", "teaser": "Convert bytes into gibibytes for precise quotas.", "labels": {"in1": "Bytes", "in2": "Gibibytes"}, "factor": 9.313225746154785e-10},
|
||||||
|
{"slug": "bytes-to-terabytes", "name": "Bytes to Terabytes", "category": "data", "type": "standard", "teaser": "Aggregate bytes into terabytes.", "labels": {"in1": "Bytes", "in2": "Terabytes"}, "factor": 1e-12},
|
||||||
|
{"slug": "bytes-to-tebibytes", "name": "Bytes to Tebibytes", "category": "data", "type": "standard", "teaser": "Translate bytes into tebibytes for tape libraries.", "labels": {"in1": "Bytes", "in2": "Tebibytes"}, "factor": 9.094947017729282e-13},
|
||||||
|
{"slug": "kilobytes-to-kibibytes", "name": "Kilobytes to Kibibytes", "category": "data", "type": "standard", "teaser": "Switch kilobytes into kibibytes for binary storage conversions.", "labels": {"in1": "Kilobytes", "in2": "Kibibytes"}, "factor": 0.9765625, "hidden": true},
|
||||||
|
{"slug": "kibibytes-to-kilobytes", "name": "Kibibytes to Kilobytes", "category": "data", "type": "standard", "teaser": "Translate kibibytes into kilobytes.", "labels": {"in1": "Kibibytes", "in2": "Kilobytes"}, "factor": 1.024},
|
||||||
|
{"slug": "kilobytes-to-megabytes", "name": "Kilobytes to Megabytes", "category": "data", "type": "standard", "teaser": "Express kilobytes as megabytes for quick summaries.", "labels": {"in1": "Kilobytes", "in2": "Megabytes"}, "factor": 0.001, "hidden": true},
|
||||||
|
{"slug": "kilobytes-to-mebibytes", "name": "Kilobytes to Mebibytes", "category": "data", "type": "standard", "teaser": "Turn kilobytes into mebibytes when power-of-two precision is needed.", "labels": {"in1": "Kilobytes", "in2": "Mebibytes"}, "factor": 0.00095367431640625, "hidden": true},
|
||||||
|
{"slug": "mebibytes-to-kilobytes", "name": "Mebibytes to Kilobytes", "category": "data", "type": "standard", "teaser": "Convert mebibytes into kilobytes.", "labels": {"in1": "Mebibytes", "in2": "Kilobytes"}, "factor": 1048.576},
|
||||||
|
{"slug": "kilobytes-to-gigabytes", "name": "Kilobytes to Gigabytes", "category": "data", "type": "standard", "teaser": "Scale kilobytes up to gigabytes.", "labels": {"in1": "Kilobytes", "in2": "Gigabytes"}, "factor": 1e-06, "hidden": true},
|
||||||
|
{"slug": "gigabytes-to-kilobytes", "name": "Gigabytes to Kilobytes", "category": "data", "type": "standard", "teaser": "Reframe gigabytes in kilobyte units.", "labels": {"in1": "Gigabytes", "in2": "Kilobytes"}, "factor": 1000000.0},
|
||||||
|
{"slug": "kilobytes-to-gibibytes", "name": "Kilobytes to Gibibytes", "category": "data", "type": "standard", "teaser": "Turn kilobytes into gibibytes.", "labels": {"in1": "Kilobytes", "in2": "Gibibytes"}, "factor": 9.313225746154785e-07, "hidden": true},
|
||||||
|
{"slug": "gibibytes-to-kilobytes", "name": "Gibibytes to Kilobytes", "category": "data", "type": "standard", "teaser": "Expand gibibytes back into kilobytes.", "labels": {"in1": "Gibibytes", "in2": "Kilobytes"}, "factor": 1073741.824},
|
||||||
|
{"slug": "kilobytes-to-terabytes", "name": "Kilobytes to Terabytes", "category": "data", "type": "standard", "teaser": "Scale kilobytes into terabytes.", "labels": {"in1": "Kilobytes", "in2": "Terabytes"}, "factor": 1e-09, "hidden": true},
|
||||||
|
{"slug": "terabytes-to-kilobytes", "name": "Terabytes to Kilobytes", "category": "data", "type": "standard", "teaser": "Re-express terabytes as kilobytes.", "labels": {"in1": "Terabytes", "in2": "Kilobytes"}, "factor": 1000000000.0},
|
||||||
|
{"slug": "kilobytes-to-tebibytes", "name": "Kilobytes to Tebibytes", "category": "data", "type": "standard", "teaser": "Convert kilobytes into tebibytes.", "labels": {"in1": "Kilobytes", "in2": "Tebibytes"}, "factor": 9.094947017729282e-10, "hidden": true},
|
||||||
|
{"slug": "tebibytes-to-kilobytes", "name": "Tebibytes to Kilobytes", "category": "data", "type": "standard", "teaser": "Translate tebibytes into kilobytes.", "labels": {"in1": "Tebibytes", "in2": "Kilobytes"}, "factor": 1099511627.776},
|
||||||
|
{"slug": "megabytes-to-gibibytes", "name": "Megabytes to Gibibytes", "category": "data", "type": "standard", "teaser": "Compare megabytes with gibibytes for mixed units.", "labels": {"in1": "Megabytes", "in2": "Gibibytes"}, "factor": 0.0009313225746154785},
|
||||||
{"slug": "btu-to-kilojoules", "name": "BTU to Kilojoules", "category": "energy", "type": "standard", "labels": {"in1": "BTU", "in2": "Kilojoules"}, "factor": 1.05505585},
|
{"slug": "btu-to-kilojoules", "name": "BTU to Kilojoules", "category": "energy", "type": "standard", "labels": {"in1": "BTU", "in2": "Kilojoules"}, "factor": 1.05505585},
|
||||||
{"slug": "btuhour-to-watts", "name": "BTU/hour to Watts", "category": "energy", "type": "standard", "labels": {"in1": "BTU/hour", "in2": "Watts"}, "factor": 0.293071},
|
{"slug": "btuhour-to-watts", "name": "BTU/hour to Watts", "category": "energy", "type": "standard", "labels": {"in1": "BTU/hour", "in2": "Watts"}, "factor": 0.293071},
|
||||||
{"slug": "calories-to-joules", "name": "Calories to Joules", "category": "energy", "type": "standard", "labels": {"in1": "Calories", "in2": "Joules"}, "factor": 4.184},
|
{"slug": "calories-to-joules", "name": "Calories to Joules", "category": "energy", "type": "standard", "labels": {"in1": "Calories", "in2": "Joules"}, "factor": 4.184},
|
||||||
|
|||||||
Reference in New Issue
Block a user