» Dezimal-zu-Binär-Rechner


Binär-Rechner für Dezimal in Binär und Binär in Dezimal. Rächne schnell um, prüef Binärzahle und lueg dr passendi Hexadezimalwärt a.

Use this binary converter to switch between decimal, binary, octal, and hexadecimal instantly. Enter a whole number in any base and the other number systems update at the same time.

This page is useful for decimal to binary, binary to decimal, binary to hex, hex to binary, and quick base conversion in programming, electronics, networking, and study.

Bischpilumrechnig

\begin{align} 110_{2} &= 1\times2^{2}+1\times2^{1}+0\times2^{0}=6_{10} \\ \\ 6_{10} &= 110_{2}:\\ \end{align}
 6 / 2 = 3, Restbetrag 0, (LSB - Least Significant Bit)
 3 / 2 = 1, Restbetrag 1
 1 / 2 = 0, Restbetrag 1, (MSB - Most Significant Bit)

Binär Referenztabelle

Dezimalzahl (positiv) Binärzahl
00
11
210
311
4100
5101
6110
7111
81000
91001
101010
Dezimalzahl (positiv) Binärzahl
111011
121100
131101
141110
151111
1610000
32100000
641000000
12810000000
256100000000