A numeral system that uses two symbols (typically 0 and 1); a base-2 positional notation. Fundamental to computer representation.
二進法では位ごとに2の累乗が使われる。
In binary, powers of two are used for each place value.
プログラミングではしばしば二進法や16進法の表記を扱う必要がある。
In programming, you often need to deal with binary and hexadecimal notations.