» Desimal til Binær Konvertering


Binærkalkulator for å konvertere binær til desimal og desimal til binær. Praktisk for programmering, digital elektronikk, rask kontroll av binære tall og visning av tilsvarende heksadesimal verdi.

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.

Eksempel på konvertering

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

Binær referansetabell

Desimaltall (positivt) Binært tall
00
11
210
311
4100
5101
6110
7111
81000
91001
101010
Desimaltall (positivt) Binært tall
111011
121100
131101
141110
151111
1610000
32100000
641000000
12810000000
256100000000