Конвертер из двоичной в шестнадцатеричную

2
16
10

Шестнадцатеричное to Двоичная converter

Двоичная

Двоичная number is a number expressed in the base 2 numeral system. Двоичная number's digits have 2 symbols: zero (0) and one (1). Each digit of a binary number counts a power of 2.

Двоичная number example:
11012 = 1×23+1×22+0×21+1×20 = 1310

Шестнадцатеричная

Шестнадцатеричная number is a number expressed in the base 16 numeral system. Шестнадцатеричная number's digits have 16 symbols: 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F. Each digit of a hexadecimal number counts a power of 16.

Шестнадцатеричная number example:
62C16 = 6×162+2×161+12×160 = 158010

Как преобразовать двоичное в шестнадцатеричное

Преобразовать every 4 binary digits (start from bit 0) to 1 hex digit, with this table:

Двоичная Шестнадцатеричное
0000 0
0001 1
0010 2
0011 3
0100 4
0101 5
0110 6
0111 7
1000 8
1001 9
1010 A
1011 B
1100 C
1101 D
1110 E
1111 F

Пример

Преобразовать binary 11011002 в шестнадцатеричное:

Преобразовать every 4 binary bits (from bit0) to hex digit:

11011002 = 110 1100 = 6 C = 6C16


Шестнадцатеричное to Двоичная converter



См. также

Напишите, как улучшить эту страницу

ПРЕОБРАЗОВАНИЕ ЧИСЕЛ
RAPID TABLES
<!â› Don't click me1 â›>