TOML
SI接頭辞 - TOML
SI接頭辞は、国際単位系(SI)において、単位の前に付けてその倍率を表す接頭語です。10の累乗に対応しており、大きな数値(キロ、メガ、ギガ、テラなど)から小さな数値(ミリ、マイクロ、ナノなど)まで幅広く定められています。2022年には31年ぶりに4つの新しい接頭辞(ロナ、クエタ、ロント、クエクト)が追加され、現在は全24個の接頭辞が使用されています。科学、技術、日常生活において、大きな数値や小さな数値を簡潔に表現するために不可欠な仕組みです。
国際単位系
SI単位
単位換算
接頭辞
科学
技術
[[items]]
code = "Q"
slug = "quetta"
name = "クエタ"
description = "10の30乗を表すSI接頭辞です。"
category = "large"
decimalValue = "1000000000000000000000000000000"
powerOfTen = 30
[[items]]
code = "R"
slug = "ronna"
name = "ロナ"
description = "10の27乗を表すSI接頭辞です。"
category = "large"
decimalValue = "1000000000000000000000000000"
powerOfTen = 27
[[items]]
code = "Y"
slug = "yotta"
name = "ヨタ"
description = "10の24乗を表すSI接頭辞です。"
category = "large"
decimalValue = "1000000000000000000000000"
powerOfTen = 24
[[items]]
code = "Z"
slug = "zetta"
name = "ゼタ"
description = "10の21乗を表すSI接頭辞です。"
category = "large"
decimalValue = "1000000000000000000000"
powerOfTen = 21
[[items]]
code = "E"
slug = "exa"
name = "エクサ"
description = "10の18乗を表すSI接頭辞です。"
category = "large"
decimalValue = "1000000000000000000"
powerOfTen = 18
[[items]]
code = "P"
slug = "peta"
name = "ペタ"
description = "10の15乗を表すSI接頭辞です。"
category = "large"
decimalValue = "1000000000000000"
powerOfTen = 15
[[items]]
code = "T"
slug = "tera"
name = "テラ"
description = "10の12乗を表すSI接頭辞です。"
category = "large"
decimalValue = "1000000000000"
powerOfTen = 12
[[items]]
code = "G"
slug = "giga"
name = "ギガ"
description = "10の9乗を表すSI接頭辞です。"
category = "large"
decimalValue = "1000000000"
powerOfTen = 9
[[items]]
code = "M"
slug = "mega"
name = "メガ"
description = "10の6乗を表すSI接頭辞です。"
category = "large"
decimalValue = "1000000"
powerOfTen = 6
[[items]]
code = "k"
slug = "kilo"
name = "キロ"
description = "10の3乗(1000)を表すSI接頭辞です。"
category = "large"
decimalValue = "1000"
powerOfTen = 3
[[items]]
code = "h"
slug = "hecto"
name = "ヘクト"
description = "10の2乗(100)を表すSI接頭辞です。"
category = "large"
decimalValue = "100"
powerOfTen = 2
[[items]]
code = "da"
slug = "deca"
name = "デカ"
description = "10の1乗(10)を表すSI接頭辞です。"
category = "large"
decimalValue = "10"
powerOfTen = 1
[[items]]
code = "d"
slug = "deci"
name = "デシ"
description = "10の-1乗(0.1)を表すSI接頭辞です。"
category = "small"
decimalValue = "0.1"
powerOfTen = -1
[[items]]
code = "c"
slug = "centi"
name = "センチ"
description = "10の-2乗(0.01)を表すSI接頭辞です。"
category = "small"
decimalValue = "0.01"
powerOfTen = -2
[[items]]
code = "m"
slug = "milli"
name = "ミリ"
description = "10の-3乗(0.001)を表すSI接頭辞です。"
category = "small"
decimalValue = "0.001"
powerOfTen = -3
[[items]]
code = "μ"
slug = "micro"
name = "マイクロ"
description = "10の-6乗(0.000001)を表すSI接頭辞です。"
category = "small"
decimalValue = "0.000001"
powerOfTen = -6
[[items]]
code = "n"
slug = "nano"
name = "ナノ"
description = "10の-9乗(0.000000001)を表すSI接頭辞です。"
category = "small"
decimalValue = "0.000000001"
powerOfTen = -9
[[items]]
code = "p"
slug = "pico"
name = "ピコ"
description = "10の-12乗を表すSI接頭辞です。"
category = "small"
decimalValue = "0.000000000001"
powerOfTen = -12
[[items]]
code = "f"
slug = "femto"
name = "フェムト"
description = "10の-15乗を表すSI接頭辞です。"
category = "small"
decimalValue = "0.000000000000001"
powerOfTen = -15
[[items]]
code = "a"
slug = "atto"
name = "アト"
description = "10の-18乗を表すSI接頭辞です。"
category = "small"
decimalValue = "0.000000000000000001"
powerOfTen = -18
[[items]]
code = "z"
slug = "zepto"
name = "ゼプト"
description = "10の-21乗を表すSI接頭辞です。"
category = "small"
decimalValue = "0.000000000000000000001"
powerOfTen = -21
[[items]]
code = "y"
slug = "yocto"
name = "ヨクト"
description = "10の-24乗を表すSI接頭辞です。"
category = "small"
decimalValue = "0.000000000000000000000001"
powerOfTen = -24
[[items]]
code = "r"
slug = "ronto"
name = "ロント"
description = "10の-27乗を表すSI接頭辞です。"
category = "small"
decimalValue = "0.000000000000000000000000001"
powerOfTen = -27
[[items]]
code = "q"
slug = "quecto"
name = "クエクト"
description = "10の-30乗を表すSI接頭辞です。"
category = "small"
decimalValue = "0.000000000000000000000000000001"
powerOfTen = -30