Skip to content
ビット

Samuel Mann · BY · by

EntityQ8805· pop 101· linked from 1,793 articles

Also known as b, binary digit, logic value

情報理論、コンピューティング、デジタル通信における情報の基本単位

AI overview

A bit is the smallest unit of information in computing, representing a single choice between two opposite states (like 0 or 1, true or false, on or off). Bits matter because all digital information—from the text on your screen to the photos on your phone—is ultimately built from these simple two-state units combined together.

AI-generated from the Wikipedia summary — may contain errors.

Wikidata facts

Subclass of
quantity
Show 7 more facts
unit symbol
bit
Stack Exchange tag
stackoverflow.com/tags/bit
different from
byte
conversion to standard unit
0.25
on focus list of Wikimedia project
Wikipedia:Vital articles/Level/4
maintained by WikiProject
WikiProject Mathematics
Sources (2)

via Wikidata · CC0

Article · 日本語

ビット (bit) は、情報理論、コンピューティング、多くのデジタル通信における情報の基本である。二進数の1桁のことであり、その名前はbinary digitの2語の一部を組み合わせた語(かばん語)である。 情報理論では、1ビットは通常、等しい確率で0または1である二進数ランダム変数の情報量(情報エントロピー)、またはそのような変数の値が判明したときに得られる情報として定義される。情報量の単位として、このビットはクロード・シャノンにちなんで名付けられたシャノンとも呼ばれる。厳密には、ビットはデータ量の単位、シャノンは情報量の単位と区別するが、歴史的経緯により両者はしばしば同じ意味で使用される。 1ビットの情報は、二進数の1桁として論理値を表し、2つの値のうち1つのみを持つ。2つの状態を持つ何らかの機構によって物理的に実装できる。この状態値は、最も一般的には「0」/「1」として表されるが、真/偽 (True/False)、yes/no、+/-、on/offなどの他の表現も可能である。この値と実際の物理的状態との対応は慣習の問題であり、同じデバイスやプログラム内でも異なる割り当てを使用することができる。 ビットの単位記号は、IEC 80000-13:2008 では "bit"、IEEE 1541-2002やでは"b"(小文字のビー)を推奨している。一般に8桁の二進数のグループ(8ビット)は「1バイト (byte)」と呼ばれるが、歴史的にはバイトのサイズは厳密には定義されていない。

Abstract from DBpedia / Wikipedia · CC BY-SA