Switch from base 2 to base 16

In mathematics and digital electronics, binary numbers are a number that is represented in the base number 2 system or binary number system, using only two symbols, 0 and 1.

Binary system (base system 2)

In mathematics and digital electronics, binary numbers are a number that is represented in the base number 2 system or binary number system, using only two symbols "0" and "1".

The numerical system based on 2 characters is a counting system that uses a quantitative position, has a base of 2. Each digit is called a bit. Due to the simple deployment of digital electronic circuits using logic gates, the binary system is used by almost all modern computers and computer-based devices.

Switch from base 2 to base 16 Picture 1Switch from base 2 to base 16 Picture 1

Hexadecimal (base number 16)

Hexadecimal, often shortened to "hex", is a digital system made up of 16 characters. The standard number system is called a decimal number (base 10) and uses 10 characters: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9. Hexadecimal uses numbers decimal and 6 extra symbols. No numerical symbols represent values ​​greater than 10, so 6 sub-symbols are taken in the English alphabet, namely A, B, C, D, E and F.

Example of converting base 2 system to radix 16:

  1. (1110) 2 = 0Eh
  2. (111001) 2 = 39h
  3. (10011100) 2 = 9Ch

Switch from base 2 to base 16 Picture 2Switch from base 2 to base 16 Picture 2

Table converts base 2 system to radix 16

System number 2 System number 160000 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

Explore more:

  1. Switch from base 16 to base 2
3.5 ★ | 4 Vote