» Пераклад лікаў з дзесятковай сістэмы ў двойкавую


Двайковы канвэртар для пераўтварэння дзесятковых лікаў у двайковыя і двайковых у дзесятковыя. Карысна для праграмавання, лічбавай электронікі і хуткай праверкі двайковага запісу.

Use this binary converter to switch between decimal and binary instantly, with the matching hexadecimal value shown at the same time. It is useful for decimal to binary, binary to decimal, and quick base conversion in programming, electronics, networking, and study.

This page is best for fast whole-number checks when you want to see how a decimal value is written in base 2, or when you need to turn a binary number back into standard decimal notation. The built-in hexadecimal output also helps when you compare binary and hex side by side.

Працуе ў абодвух напрамках!


дзесятковы лік (дадатнае) (max. 65 536)

=

двайковага ліку
шаснаццатковы лік

Прыклад пераўтварэння

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

Двайковая табліца

дзесятковы лік (дадатнае) двайковага ліку
00
11
210
311
4100
5101
6110
7111
81000
91001
101010
дзесятковы лік (дадатнае) двайковага ліку
111011
121100
131101
141110
151111
1610000
32100000
641000000
12810000000
256100000000