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


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

This binary converter instantly switches a whole number between decimal, binary, octal, and hexadecimal.

How to convert a number in 3 steps:

  1. Enter your number into any one of the four fields (decimal, binary, octal, or hex).
  2. The other three number systems update automatically.
  3. Copy the result you need with the copy button next to each field.

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.

Увядзіце значэнне ў любое поле; іншыя асновы абновяцца аўтаматычна.

Увядзіце неадмоўны цэлы лік у любой аснове.

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

\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