YAML

SI接頭辞 - YAML

SI接頭辞は、国際単位系(SI)において、単位の前に付けてその倍率を表す接頭語です。10の累乗に対応しており、大きな数値(キロ、メガ、ギガ、テラなど)から小さな数値(ミリ、マイクロ、ナノなど)まで幅広く定められています。2022年には31年ぶりに4つの新しい接頭辞(ロナ、クエタ、ロント、クエクト)が追加され、現在は全24個の接頭辞が使用されています。科学、技術、日常生活において、大きな数値や小さな数値を簡潔に表現するために不可欠な仕組みです。

国際単位系 SI単位 単位換算 接頭辞 科学 技術
- code: "Q"
  slug: "quetta"
  name: "クエタ"
  description: "10の30乗を表すSI接頭辞です。"
  powerOfTen: 30
  decimalValue: "1000000000000000000000000000000"
  category: "large"
- code: "R"
  slug: "ronna"
  name: "ロナ"
  description: "10の27乗を表すSI接頭辞です。"
  powerOfTen: 27
  decimalValue: "1000000000000000000000000000"
  category: "large"
- code: "Y"
  slug: "yotta"
  name: "ヨタ"
  description: "10の24乗を表すSI接頭辞です。"
  powerOfTen: 24
  decimalValue: "1000000000000000000000000"
  category: "large"
- code: "Z"
  slug: "zetta"
  name: "ゼタ"
  description: "10の21乗を表すSI接頭辞です。"
  powerOfTen: 21
  decimalValue: "1000000000000000000000"
  category: "large"
- code: "E"
  slug: "exa"
  name: "エクサ"
  description: "10の18乗を表すSI接頭辞です。"
  powerOfTen: 18
  decimalValue: "1000000000000000000"
  category: "large"
- code: "P"
  slug: "peta"
  name: "ペタ"
  description: "10の15乗を表すSI接頭辞です。"
  powerOfTen: 15
  decimalValue: "1000000000000000"
  category: "large"
- code: "T"
  slug: "tera"
  name: "テラ"
  description: "10の12乗を表すSI接頭辞です。"
  powerOfTen: 12
  decimalValue: "1000000000000"
  category: "large"
- code: "G"
  slug: "giga"
  name: "ギガ"
  description: "10の9乗を表すSI接頭辞です。"
  powerOfTen: 9
  decimalValue: "1000000000"
  category: "large"
- code: "M"
  slug: "mega"
  name: "メガ"
  description: "10の6乗を表すSI接頭辞です。"
  powerOfTen: 6
  decimalValue: "1000000"
  category: "large"
- code: "k"
  slug: "kilo"
  name: "キロ"
  description: "10の3乗(1000)を表すSI接頭辞です。"
  powerOfTen: 3
  decimalValue: "1000"
  category: "large"
- code: "h"
  slug: "hecto"
  name: "ヘクト"
  description: "10の2乗(100)を表すSI接頭辞です。"
  powerOfTen: 2
  decimalValue: "100"
  category: "large"
- code: "da"
  slug: "deca"
  name: "デカ"
  description: "10の1乗(10)を表すSI接頭辞です。"
  powerOfTen: 1
  decimalValue: "10"
  category: "large"
- code: "d"
  slug: "deci"
  name: "デシ"
  description: "10の-1乗(0.1)を表すSI接頭辞です。"
  powerOfTen: -1
  decimalValue: "0.1"
  category: "small"
- code: "c"
  slug: "centi"
  name: "センチ"
  description: "10の-2乗(0.01)を表すSI接頭辞です。"
  powerOfTen: -2
  decimalValue: "0.01"
  category: "small"
- code: "m"
  slug: "milli"
  name: "ミリ"
  description: "10の-3乗(0.001)を表すSI接頭辞です。"
  powerOfTen: -3
  decimalValue: "0.001"
  category: "small"
- code: "μ"
  slug: "micro"
  name: "マイクロ"
  description: "10の-6乗(0.000001)を表すSI接頭辞です。"
  powerOfTen: -6
  decimalValue: "0.000001"
  category: "small"
- code: "n"
  slug: "nano"
  name: "ナノ"
  description: "10の-9乗(0.000000001)を表すSI接頭辞です。"
  powerOfTen: -9
  decimalValue: "0.000000001"
  category: "small"
- code: "p"
  slug: "pico"
  name: "ピコ"
  description: "10の-12乗を表すSI接頭辞です。"
  powerOfTen: -12
  decimalValue: "0.000000000001"
  category: "small"
- code: "f"
  slug: "femto"
  name: "フェムト"
  description: "10の-15乗を表すSI接頭辞です。"
  powerOfTen: -15
  decimalValue: "0.000000000000001"
  category: "small"
- code: "a"
  slug: "atto"
  name: "アト"
  description: "10の-18乗を表すSI接頭辞です。"
  powerOfTen: -18
  decimalValue: "0.000000000000000001"
  category: "small"
- code: "z"
  slug: "zepto"
  name: "ゼプト"
  description: "10の-21乗を表すSI接頭辞です。"
  powerOfTen: -21
  decimalValue: "0.000000000000000000001"
  category: "small"
- code: "y"
  slug: "yocto"
  name: "ヨクト"
  description: "10の-24乗を表すSI接頭辞です。"
  powerOfTen: -24
  decimalValue: "0.000000000000000000000001"
  category: "small"
- code: "r"
  slug: "ronto"
  name: "ロント"
  description: "10の-27乗を表すSI接頭辞です。"
  powerOfTen: -27
  decimalValue: "0.000000000000000000000000001"
  category: "small"
- code: "q"
  slug: "quecto"
  name: "クエクト"
  description: "10の-30乗を表すSI接頭辞です。"
  powerOfTen: -30
  decimalValue: "0.000000000000000000000000000001"
  category: "small"