8進数表記
例文
Programmers sometimes write character codes in octal notation.
プログラマは文字コードを8進数表記で書くことがある。
コアイメージ
8を底とする基数で数やコードを記述する表記法
英英
Notation that expresses numbers in base eight, using digits 0–7; commonly used in programming contexts for representing bytes or permissions.
語源
octal notationは、数の8を表すoctalと記号的表現を示すnotationが結合して生まれ、「8を基にした表記」を示す語になった
コラム
- 文字コードのエスケープ表現やUNIXのファイル権限表示など、特定の技術的文脈で実用的に使われる表記法である