Octal To Binary
Octal To Binary
Octal To Binary
DANILO T. PANGATUNGAN
INSTRUCTOR
• In mathematics, there are different
number systems to write numbers, say
binary number system (base 2), octal
number system (base 8), decimal (base
Octal to 10), and hexadecimal number system
Binary (base 16). Octal to binary conversion is
defined as converting a number from
base-8 to base-2. It can be done in two
ways that you will learn in this article.
Let us move ahead and learn the
conversion of octal to binary.
• Before learning about octal to binary
What is conversion, let us quickly go through the
meanings of the octal number system and
Octal to binary number system. The
Binary binary number system uses only two digits 0
and 1 to represent numbers. It is also known
Conversion as the base-2 system. It is used with the
? computer system in which 0 and 1 digits are
used to write various scripts. Each digit i.e.
either 0 or 1 is referred to as a bit in the
binary system.
• For example, (01101)2, (01000010)2,
(11000101)2 are a few binary numbers. On
the other hand, the octal number system
includes digits from 0 to 7. Other digits like
For example, 8 and 9 are not included in this system. It is
also known as the base-8 system. Just as the
binary, the octal number system is used in
minicomputers. For example, (73)8, (151)8,
(35)8 are a few octal numbers.
Conversion of octal to
binary
• Conversion of octal to binary is
defined as converting a number from
base-8 to base-2 by using either
direct or indirect methods. All the
digits in an octal number are from
the range of 0 to 7, while all the
digits in a binary number include
only 0 and 1. Let us observe the
octal to binary table given in the next
section.
OCTAL TO BINARY CONVERSION
TABLE
How to Convert Octal to Binary?
https://www.cuemath.com/numbers/octal-to
-binary/
https://www.math-drills.com/
numbersense.php
• THANK YOU