20 lines
956 B
JSON
20 lines
956 B
JSON
{
|
|
"slug": "datenspeicher",
|
|
"name": "Datenspeicher",
|
|
"conversion_engine": "linear",
|
|
"units": {
|
|
"bits": { "name": "Bits", "factor": "0.000000125" },
|
|
"bytes": { "name": "Bytes", "factor": "0.000001" },
|
|
"kilobytes_si": { "name": "Kilobytes (SI)", "factor": "0.001" },
|
|
"kilobytes_binaer": { "name": "Kilobytes (binär)", "factor": "0.001024" },
|
|
"megabytes_si": { "name": "Megabytes (SI)", "factor": "1" },
|
|
"megabytes_binaer": { "name": "Megabytes (binär)", "factor": "1.048576" },
|
|
"gigabytes_si": { "name": "Gigabytes (SI)", "factor": "1000" },
|
|
"gigabytes_binaer": { "name": "Gigabytes (binär)", "factor": "1073.741824" },
|
|
"terabytes_si": { "name": "Terabytes (SI)", "factor": "1000000" },
|
|
"terabytes_binaer": { "name": "Terabytes (binär)", "factor": "1099511.627776" },
|
|
"petabytes_si": { "name": "Petabytes (SI)", "factor": "1000000000" },
|
|
"petabytes_binaer": { "name": "Petabytes (binär)", "factor": "1125899.906842624" }
|
|
}
|
|
}
|