Least Significant Bit

Least Significant Bit

Die Bitwertigkeit bezeichnet den Stellenwert eines einzelnen Bits, den es durch seine Position innerhalb einer Binärzahl (meist Dualzahl) hat.

Inhaltsverzeichnis

MSB

8-bit Zahl mit dem MSB als Bit 0

Das höchstwertige Bit ist das Bit, das innerhalb der Zahl an der Stelle mit dem höchsten Stellenwert steht. Bei einer n-stelligen Binärzahl ist also dasjenige Bit das höchstwertige Bit, das an der n-ten Stelle steht (Multiplikation mit 2n − 1). Häufig wird für das höchstwertige Bit die Abkürzung MSB (aus dem Englischen für most significant bit) verwendet.

LSB

8-bit Zahl mit dem LSB als Bit 0

Analog dem MSB besitzt das niedrigstwertige Bit den niedrigsten Stellenwert 1 (Multiplikation mit 20 = 1). Im Englischen wird für das geringwertigste Bit die Abkürzung LSB (engl. für least significant bit) verwendet.

Byte-Reihenfolge

8-bit Zahl (dez.: 220) mit MSB und LSB

Stellt man sich eine Bitfolge horizontal vor, so hängt es von der Byte-Reihenfolge ab, ob das MSB am weitesten links oder am weitesten rechts steht. Befinden sich die höchstwertigsten Bits (und somit auch das MSB) an der niedrigsten Speicheradresse, so spricht man auch von einem Big-Endian-Format. Werden an der niedrigsten Speicheradresse die niedrigstwertigen Bits gespeichert, so bezeichnet man das entsprechende Format als Little-Endian-Format.

Zahlenformat und Vorzeichenbit

Das höchstwertige Bit (MSB) zeigt im Einerkomplement, Zweierkomplement und anderen Zahlenformaten mit Vorzeichenbit auch an, ob die entsprechende Dezimalzahl positiv (MSB = 0) oder negativ (MSB = 1) ist.

Andere Verwendung

In der Computerprogrammierung werden die Abkürzungen MSB und LSB häufig auch mit most bzw. least significant byte gedeutet, wobei sich die Wertigkeit hier auf die Bytes (und nicht die Bits) bezieht.

Siehe auch: Übertragsbit


Wikimedia Foundation.

Игры ⚽ Нужно сделать НИР?

Schlagen Sie auch in anderen Wörterbüchern nach:

  • Least Significant Bit — Bit de poids faible Le bit de poids faible (en anglais Least Significant Bit, ou LSB) est pour un nombre binaire le bit ayant dans une représentation donnée la moindre valeur (celui de droite dans la représentation positionnelle habituelle).… …   Wikipédia en Français

  • Least Significant Bit —   [dt. »niedrigstwertiges Bit«], Wertigkeit …   Universal-Lexikon

  • Least significant bit — In computing, the least significant bit (lsb) is the bit position in a binary integer giving the units value, that is, determining whether the number is even or odd. The lsb is sometimes referred to as the right most bit, due to the convention in …   Wikipedia

  • least significant bit — noun The bit that represents the smallest fraction of a value, its position depending on the endianness of the system. Syn: LSB Ant: most significant bit …   Wiktionary

  • least significant bit — noun Computing the bit in a binary number which is of the lowest numerical value …   English new terms dictionary

  • least significant bit — …   Useful english dictionary

  • Most Significant Bit — Die Bitwertigkeit bezeichnet den Stellenwert eines einzelnen Bits, den es durch seine Position innerhalb einer Binärzahl (meist Dualzahl) hat. Inhaltsverzeichnis 1 MSB 2 LSB 3 Byte Reihenfolge 4 Zahlenformat und Vorzeichenbit …   Deutsch Wikipedia

  • Most significant bit — In computing, the most significant bit (msb, also called the high order bit) is the bit position in a binary number having the greatest value. The msb is sometimes referred to as the left most bit due to the convention in positional notation of… …   Wikipedia

  • most significant bit — noun The bit that represents the largest fraction of a value, its position depending on the endianness of the system. Syn: MSB Ant: least significant bit …   Wiktionary

  • Bit menos significativo — En computación, el bit menos significativo (LSB o Least Significant Bit, en sus siglas en inglés) es la posición de bit en un número binario que tiene el menor valor (el situado más a la derecha). En ocasiones, se hace referencia al LSB como el… …   Wikipedia Español

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”