Search

Converting from decimal to binary number system online

Example of automatic translation from decimal to octal number system

To convert numbers from the decimal number system to binary.

Fill in the fields, click Next.

Converted from number system.

Enter the integer part of

Enter the fractional part of

(for example, 0.761)

Translate into number system.

  1. Both numbers translate into a binary number system
  2. binary number converted to octal and hexadecimal
  3. binary numbers do addition and subtraction
  4. results of addition and subtraction to translate into decimal
  5. Make checks (in decimal)
To convert numbers from binary system to the octal number must be broken at the triad.
For example, 1000110 = 1 000 110 = 106 8

To convert numbers from binary system to a hexadecimal number must be broken into groups of 4 digits.
For example, 1000110 = 100 0110 = 46 16

Example of automatic translation of a fractional number of decimal number system to hexadecimal number system