{"id":30878,"date":"2023-06-20T07:12:04","date_gmt":"2023-06-20T07:12:04","guid":{"rendered":"https:\/\/www.splashlearn.com\/math-vocabulary\/?page_id=30878"},"modified":"2023-06-20T14:49:53","modified_gmt":"2023-06-20T14:49:53","slug":"octal-to-binary-conversion-definition-table-examples-facts","status":"publish","type":"post","link":"https:\/\/www.splashlearn.com\/math-vocabulary\/octal-to-binary","title":{"rendered":"Octal to Binary Conversion &#8211;\u00a0 Definition, Table, Examples, Facts"},"content":{"rendered":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\tMath-Vocabulary\n<\/span><\/div>\n\n<div class=\"ub_table-of-contents\" data-showtext=\"show\" data-hidetext=\"hide\" data-scrolltype=\"auto\" id=\"ub_table-of-contents-9108683b-07a6-42a6-afa2-89ff6d0fdf34\" data-initiallyhideonmobile=\"false\"\n                    data-initiallyshow=\"true\"><div class=\"ub_table-of-contents-extra-container\"><div class=\"ub_table-of-contents-container ub_table-of-contents-1-column \"><ul><li><a href=https:\/\/www.splashlearn.com\/math-vocabulary\/octal-to-binary#0-what-is-the-octal-to-binary-conversion>What Is the Octal to Binary Conversion?<\/a><\/li><li><a href=https:\/\/www.splashlearn.com\/math-vocabulary\/octal-to-binary#1-how-to-convert-octal-to-binary>How to Convert Octal to Binary<\/a><\/li><li><a href=https:\/\/www.splashlearn.com\/math-vocabulary\/octal-to-binary#5-octal-to-binary-conversion-examples>Octal to Binary Conversion: Examples<\/a><\/li><li><a href=https:\/\/www.splashlearn.com\/math-vocabulary\/octal-to-binary#8-solved-examples-of-octal-to-binary-conversion>Solved Examples of Octal to Binary Conversion<\/a><\/li><li><a href=https:\/\/www.splashlearn.com\/math-vocabulary\/octal-to-binary#9-practice-problems-on-octal-to-binary-conversion>Practice Problems on Octal to Binary Conversion<\/a><\/li><li><a href=https:\/\/www.splashlearn.com\/math-vocabulary\/octal-to-binary#10-frequently-asked-questions-on-octal-to-binary-conversion>Frequently Asked Questions on Octal to Binary Conversion<\/a><\/li><\/ul><\/div><\/div><\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"0-what-is-the-octal-to-binary-conversion\">What Is the Octal to Binary Conversion?<\/h2>\n\n\n\n<p><strong>Octal to binary conversion refers to converting an octal number into an equivalent binary number.&nbsp;<\/strong><\/p>\n\n\n\n<p>The <a href=\"https:\/\/www.splashlearn.com\/math-vocabulary\/geometry\/base\">base<\/a> of the octal number system is 8. The base of the binary number system is 2. Each octal digit represents three binary digits. A single octal digit can represent three binary bits.&nbsp;<\/p>\n\n\n\n<p>There are two different methods that we can use to convert a number from the octal system to a binary system: direct method and indirect method. We will discuss them in detail.<\/p>\n\n\n\n<p>We can <a href=\"https:\/\/codebeautify.org\/octal-binary-converter\">convert octal to binary<\/a> using this online tool to carry out the conversion instantly.&nbsp; However, the knowledge of the various steps involved in the conversion method helps gain a better understanding.&nbsp;<\/p>\n\n\n\n<p><strong>Binary Number System<\/strong><\/p>\n\n\n\n<p>The <a href=\"https:\/\/www.splashlearn.com\/math-vocabulary\/number-sense\/number-system\">number system<\/a> that uses only two digits, 0 and 1, is called binary. It is also referred to as the base-2 system. It is popularly used in computer systems. In a binary system, the digits are called bits.<\/p>\n\n\n\n<p>Example: $(01001)_{2},\\; (01110010)_{2}$<\/p>\n\n\n\n<p><strong>Octal Number System<\/strong><\/p>\n\n\n\n<p><a href=\"https:\/\/www.splashlearn.com\/math-vocabulary\/octal-number-system\">The octal number system<\/a> comprises digits from 0 to 7. The digits 8 and 9 are not included in the octal system. It is also referred to as the base-8 system. Like a binary system, the octal number system finds usage in minicomputers.&nbsp;<\/p>\n\n\n\n<p>Example: $(63)_{8},\\; (45)_{8}$<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"1-how-to-convert-octal-to-binary\">How to Convert Octal to Binary<\/h2>\n\n\n\n<p>We can convert a number from octal to binary using two ways:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Indirect Method: Octal to decimal followed by decimal to binary<\/li>\n\n\n\n<li>Direct Method: Converting an octal number directly into the binary number system<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-indirect-method-octal-to-decimal-to-binary\">Indirect Method: Octal to Decimal to Binary<\/h2>\n\n\n\n<p>Let\u2019s discuss the octal to binary conversion steps for the indirect method.<\/p>\n\n\n\n<p><strong>Step 1: Convert octal to decimal.<\/strong><\/p>\n\n\n\n<p>To convert octal to <a href=\"https:\/\/www.splashlearn.com\/math-vocabulary\/decimals\/decimal\">decimal<\/a>, we multiply each digit by the power of 8 based on the position starting from the right. We will multiply the first digit from the right by $8^{0}$. Next, we will multiply the second digit by $8^{1}$ and so on.&nbsp;<\/p>\n\n\n\n<p><strong>Step 2: Convert decimal to binary.<\/strong><\/p>\n\n\n\n<p>For converting decimal to binary, we will divide the given number by 2 and record the <a href=\"https:\/\/www.splashlearn.com\/math-vocabulary\/division\/quotient#:~:text=Frequently%20Asked%20Questions-,Definition%20of%20Quotient,always%20smaller%20than%20their%20dividend.\">quotient <\/a>and <a href=\"https:\/\/www.splashlearn.com\/math-vocabulary\/division\/remainder\">reminder<\/a>. We will repeat the process until we obtain 0 as the quotient.<\/p>\n\n\n\n<p><strong>Example: Convert from octal to binary: <\/strong>$54_{8}$<strong>.&nbsp;<\/strong><\/p>\n\n\n\n<p><strong>Step 1: Octal to decimal<\/strong><\/p>\n\n\n\n<p>$54_{8} = 4 \\times 8^{0} + 5 \\times 8^{1}$<\/p>\n\n\n\n<p>$54_{8} = 4 \\times 1 + 5 \\times 8$<\/p>\n\n\n\n<p>$54_{8} = 4 + 40$<\/p>\n\n\n\n<p>$54_{8} = 44_{10}$<\/p>\n\n\n\n<p><strong>Step 2: Decimal to binary&nbsp;<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table wj-custom-table\"><table class=\"wj-table-class\"><thead><tr><th class=\"has-text-align-left\" data-align=\"left\"><strong>Division<\/strong><\/th><th class=\"has-text-align-center\" data-align=\"center\"><strong>Quotient<\/strong><\/th><th class=\"has-text-align-center\" data-align=\"center\"><strong>Remainder<\/strong><\/th><\/tr><\/thead><tbody><tr><td class=\"has-text-align-left\" data-align=\"left\">$44 \\div 2$<\/td><td class=\"has-text-align-center\" data-align=\"center\">22<\/td><td class=\"has-text-align-center\" data-align=\"center\">0<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">$22 \\div 2$<\/td><td class=\"has-text-align-center\" data-align=\"center\">11<\/td><td class=\"has-text-align-center\" data-align=\"center\">0<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">$11 \\div 2$<\/td><td class=\"has-text-align-center\" data-align=\"center\">5<\/td><td class=\"has-text-align-center\" data-align=\"center\">1<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">$5 \\div 2$<\/td><td class=\"has-text-align-center\" data-align=\"center\">2<\/td><td class=\"has-text-align-center\" data-align=\"center\">1<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">$2 \\div 2$<\/td><td class=\"has-text-align-center\" data-align=\"center\">1<\/td><td class=\"has-text-align-center\" data-align=\"center\">0<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">$1 \\div 2$<\/td><td class=\"has-text-align-center\" data-align=\"center\">0<\/td><td class=\"has-text-align-center\" data-align=\"center\">1<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>On arranging all the remainders in the reverse order, we will obtain the following binary number:<\/p>\n\n\n\n<p>Thus, $44_{10} = 101100_{2}$<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-direct-method-octal-to-binary-conversion-using-the-chart\">Direct Method: Octal to Binary Conversion Using the Chart<\/h2>\n\n\n\n<p>There is no specific octal to binary formula for conversion. However, if you are looking for an easier and less complicated octal to binary conversion method, the direct method involves the following steps:&nbsp;<\/p>\n\n\n\n<p>In octal to binary conversion, each digit in the octal number has a three-digit binary representation. Using it, we can easily convert a number from octal to binary. We can convert octal to binary by choosing the binary equivalent of every digit of the octal number from the below-mentioned chart.&nbsp;<\/p>\n\n\n\n<p><strong>Octal to Binary Conversion Table<\/strong><\/p>\n\n\n\n<p>The following table includes the octal numbers 0 to 7 and their equivalent three-digit binary representation to aid octal to binary conversion.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-table wj-custom-table\"><table class=\"wj-table-class\"><thead><tr><th class=\"has-text-align-center\" data-align=\"center\"><strong>Octal Number<\/strong><\/th><th class=\"has-text-align-center\" data-align=\"center\"><strong>Equivalent Three-digit Binary Representation<\/strong><\/th><\/tr><\/thead><tbody><tr><td class=\"has-text-align-center\" data-align=\"center\">0<\/td><td class=\"has-text-align-center\" data-align=\"center\">000<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">1<\/td><td class=\"has-text-align-center\" data-align=\"center\">001<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">2<\/td><td class=\"has-text-align-center\" data-align=\"center\">010<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">3<\/td><td class=\"has-text-align-center\" data-align=\"center\">011<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">4<\/td><td class=\"has-text-align-center\" data-align=\"center\">100<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">5<\/td><td class=\"has-text-align-center\" data-align=\"center\">101<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">6<\/td><td class=\"has-text-align-center\" data-align=\"center\">110<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">7<\/td><td class=\"has-text-align-center\" data-align=\"center\">111<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Let\u2019s convert $54_{8}$ to binary.<\/p>\n\n\n\n<p>The number 54 has two digits: 5 and 4.&nbsp;<\/p>\n\n\n\n<p>From the above chart, we will note down their binary equivalents.<\/p>\n\n\n\n<p>$5 \u2192 101$<\/p>\n\n\n\n<p>$4 \u2192 100$<\/p>\n\n\n\n<p>Now, combining the two, we get the following binary number: $101100_{2}$.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"4-octal-to-binary-conversion-without-using-the-conversion-table\">Octal to Binary Conversion without Using the Conversion Table<\/h2>\n\n\n\n<p>Let\u2019s understand the steps with the help of an example. We will also understand how the three-digit binary representation is obtained for each octal digit.<\/p>\n\n\n\n<p><strong>Example: Convert <\/strong>$765_{8}$<strong>to binary.<\/strong><\/p>\n\n\n\n<p><strong>Step 1:<\/strong> Write the octal number by separating the digits.<\/p>\n\n\n\n<figure class=\"wp-block-table wj-custom-table\"><table class=\"wj-table-class\"><tbody><tr><td class=\"has-text-align-center\" data-align=\"center\"><strong>7<\/strong><\/td><td class=\"has-text-align-center\" data-align=\"center\"><strong>6<\/strong><\/td><td class=\"has-text-align-center\" data-align=\"center\"><strong>5<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>Step 2:<\/strong> Each octal digit represents 3 binary bits. Starting from right to left, the value of these three digits is $2^{0} = 1,\\; 2^{1} = 2$, and $2^{2} = 4$ respectively. Thus, write (4, 2, 1) below each octal digit.<\/p>\n\n\n\n<figure class=\"wp-block-table wj-custom-table\"><table class=\"wj-table-class\"><tbody><tr><td class=\"has-text-align-center\" data-align=\"center\" colspan=\"3\"><strong>7<\/strong><\/td><td class=\"has-text-align-center\" data-align=\"center\" colspan=\"3\"><strong>6<\/strong><\/td><td class=\"has-text-align-center\" data-align=\"center\" colspan=\"3\"><strong>5<\/strong><\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">4<\/td><td class=\"has-text-align-center\" data-align=\"center\">2<\/td><td class=\"has-text-align-center\" data-align=\"center\">1<\/td><td>4<\/td><td>2<\/td><td>1<\/td><td>4<\/td><td>2<\/td><td>1<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>Step 3:<\/strong> Identify the numbers among 4, 2, and 1 (powers of 2), which add up to the octal number written on the top. Write 1 below if the number is used. Write 0 below the number that is not used in the sum. For example, $7 = 4 + 2 + 1$, so we write 1 under all the three numbers.<\/p>\n\n\n\n<figure class=\"wp-block-table wj-custom-table\"><table class=\"wj-table-class\"><tbody><tr><td class=\"has-text-align-center\" data-align=\"center\" colspan=\"3\"><strong>7<\/strong><\/td><td class=\"has-text-align-center\" data-align=\"center\" colspan=\"3\"><strong>6<\/strong><\/td><td class=\"has-text-align-center\" data-align=\"center\" colspan=\"3\"><strong>5<\/strong><\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">4<\/td><td class=\"has-text-align-center\" data-align=\"center\">2<\/td><td class=\"has-text-align-center\" data-align=\"center\">1<\/td><td>4<\/td><td>2<\/td><td>1<\/td><td>4<\/td><td>2<\/td><td>1<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">1<\/td><td class=\"has-text-align-center\" data-align=\"center\">1<\/td><td class=\"has-text-align-center\" data-align=\"center\">1<\/td><td>1<\/td><td>1<\/td><td>0<\/td><td>1<\/td><td>0<\/td><td>1<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>Step 4:<\/strong> Write the 1s and 0s from left to write to find the binary equivalent of the given octal number.<\/p>\n\n\n\n<p>Thus, $765_{8} = 111110101_{2}$<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"5-octal-to-binary-conversion-examples\">Octal to Binary Conversion: Examples<\/h2>\n\n\n\n<p>Let\u2019s look at some examples based on all the methods we learned.<\/p>\n\n\n\n<p><strong>Example 1: Find the binary equivalent of the octal number 34<\/strong><strong><sub>8<\/sub><\/strong><strong>.<\/strong><\/p>\n\n\n\n<p><strong>Octal to decimal:<\/strong>&nbsp;<\/p>\n\n\n\n<p>$34_{8} = (3 \\times 8^{1}) + (4 \\times 8^{0})$<\/p>\n\n\n\n<p>$34_{8} = 24 + 4$<\/p>\n\n\n\n<p>$34_{8} = 28_{10}$<\/p>\n\n\n\n<p><strong>Decimal to binary:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table wj-custom-table\"><table class=\"wj-table-class\"><thead><tr><th class=\"has-text-align-left\" data-align=\"left\"><strong>Division by 2<\/strong><\/th><th class=\"has-text-align-center\" data-align=\"center\"><strong>Quotient<\/strong><\/th><th class=\"has-text-align-center\" data-align=\"center\"><strong>Remainder<\/strong><\/th><\/tr><\/thead><tbody><tr><td class=\"has-text-align-left\" data-align=\"left\">$28 \\div 2$<\/td><td class=\"has-text-align-center\" data-align=\"center\">14<\/td><td class=\"has-text-align-center\" data-align=\"center\">0<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">$14 \\div 2$<\/td><td class=\"has-text-align-center\" data-align=\"center\">7<\/td><td class=\"has-text-align-center\" data-align=\"center\">0<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">$7 \\div 2$<\/td><td class=\"has-text-align-center\" data-align=\"center\">3<\/td><td class=\"has-text-align-center\" data-align=\"center\">1<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">$3 \\div 2$<\/td><td class=\"has-text-align-center\" data-align=\"center\">1<\/td><td class=\"has-text-align-center\" data-align=\"center\">1<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">$1 \\div 2$<\/td><td class=\"has-text-align-center\" data-align=\"center\">0<\/td><td class=\"has-text-align-center\" data-align=\"center\">1<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Thus, $34_{8} = 28_{10} = 11100_{2}$<\/p>\n\n\n\n<p><strong>Example 2: Convert 4567<\/strong><strong><sub>8 <\/sub><\/strong><strong>from octal to binary.<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table wj-custom-table\"><table class=\"wj-table-class\"><tbody><tr><td class=\"has-text-align-center\" data-align=\"center\" colspan=\"3\"><strong>4<\/strong><\/td><td class=\"has-text-align-center\" data-align=\"center\" colspan=\"3\"><strong>5<\/strong><\/td><td class=\"has-text-align-center\" data-align=\"center\" colspan=\"3\"><strong>6<\/strong><\/td><td class=\"has-text-align-center\" data-align=\"center\" colspan=\"3\"><strong>7<\/strong><\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">4<\/td><td class=\"has-text-align-center\" data-align=\"center\">2<\/td><td class=\"has-text-align-center\" data-align=\"center\">1<\/td><td class=\"has-text-align-center\" data-align=\"center\">4<\/td><td>2<\/td><td>1<\/td><td>4<\/td><td>2<\/td><td>1<\/td><td>4<\/td><td>2<\/td><td>1<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">1<\/td><td class=\"has-text-align-center\" data-align=\"center\">0<\/td><td class=\"has-text-align-center\" data-align=\"center\">0<\/td><td class=\"has-text-align-center\" data-align=\"center\">1<\/td><td>0<\/td><td>1<\/td><td>1<\/td><td>1<\/td><td>0<\/td><td>1<\/td><td>1<\/td><td>1<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Thus,&nbsp; $4567_{8} = 100101110111_{2}$<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"6-facts-about-octal-and-binary-conversion\">Facts about Octal and Binary Conversion<\/h2>\n\n\n\n<div style=\"color:#0369a1;background-color:#e0f2fe\" class=\"wp-block-roelmagdaleno-callout-block has-text-color has-background is-layout-flex wp-container-roelmagdaleno-callout-block-is-layout-8cf370e7 wp-block-roelmagdaleno-callout-block-is-layout-flex\"><div>\n<ul class=\"wp-block-list\">\n<li>Octal to binary conversion is all about converting numbers from base 8 to base 2.<\/li>\n\n\n\n<li>Each octal digit has a three-digit binary representation. So, the octal to binary conversion is simple.<\/li>\n\n\n\n<li>The binary number system forms the base of all operations and computing systems.<\/li>\n\n\n\n<li>Octal number system has great applications in computer programming.<\/li>\n<\/ul>\n<\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"7-conclusion\">Conclusion<\/h2>\n\n\n\n<p>In this article, we learned about octal to binary conversion, different methods with steps, and the conversion chart. Let\u2019s solve a few examples and practice problems to understand it better.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"8-solved-examples-of-octal-to-binary-conversion\">Solved Examples of Octal to Binary Conversion<\/h2>\n\n\n\n<p><strong>1. Convert the given octal number system to binary: <\/strong>$64_{8}$<strong>.<\/strong><\/p>\n\n\n\n<p><strong>Solution:<\/strong><\/p>\n\n\n\n<p>From the table, we get the following binary equivalents:<\/p>\n\n\n\n<p>$6 = 110_{2}$<\/p>\n\n\n\n<p>$4 = 100_{2}$<\/p>\n\n\n\n<p>Thus, the octal number $64_{8}$ can be written as $110100_{2}$.&nbsp;<\/p>\n\n\n\n<p><strong>2. Convert the octal number <\/strong>$52_{8}$<strong> to binary using the indirect decimal conversion method.<\/strong><\/p>\n\n\n\n<p><strong>Solution:&nbsp;<\/strong><\/p>\n\n\n\n<p>Given octal number $52_{8}$. Using the decimal conversion method, we will convert $52_{8}$ as follows:&nbsp;<\/p>\n\n\n\n<p>$\u21d2 52_{8} = 2 \\times 8^{0} + 5 \\times 8^{1}$<\/p>\n\n\n\n<p>$\u21d2 52_{8} = 2 \\times 1 + 5 \\times 8$<\/p>\n\n\n\n<p>$= 52_{8} = 2 + 40$<\/p>\n\n\n\n<p>$= 52_{8} = 42_{10}$<\/p>\n\n\n\n<p>Now, we will convert 42_{10} to a binary number as follows.<\/p>\n\n\n\n<figure class=\"wp-block-table wj-custom-table\"><table class=\"wj-table-class\"><thead><tr><th class=\"has-text-align-center\" data-align=\"center\"><strong>Division<\/strong><\/th><th class=\"has-text-align-center\" data-align=\"center\"><strong>Quotient<\/strong><\/th><th class=\"has-text-align-center\" data-align=\"center\"><strong>Remainder<\/strong><\/th><\/tr><\/thead><tbody><tr><td class=\"has-text-align-center\" data-align=\"center\">$42 \\div 2$<\/td><td class=\"has-text-align-center\" data-align=\"center\">21<\/td><td class=\"has-text-align-center\" data-align=\"center\">0<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">$21 \\div 2$<\/td><td class=\"has-text-align-center\" data-align=\"center\">10<\/td><td class=\"has-text-align-center\" data-align=\"center\">1<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">$10 \\div 2$<\/td><td class=\"has-text-align-center\" data-align=\"center\">5<\/td><td class=\"has-text-align-center\" data-align=\"center\">0<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">$5 \\div 2$<\/td><td class=\"has-text-align-center\" data-align=\"center\">2<\/td><td class=\"has-text-align-center\" data-align=\"center\">1<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">$2 \\div 2$<\/td><td class=\"has-text-align-center\" data-align=\"center\">1<\/td><td class=\"has-text-align-center\" data-align=\"center\">0<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">$1 \\div 2$<\/td><td class=\"has-text-align-center\" data-align=\"center\">0<\/td><td class=\"has-text-align-center\" data-align=\"center\">1<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>On arranging all the remainders in the reverse order, we get&nbsp;<\/p>\n\n\n\n<p>$42_{10} = 101010$.&nbsp;<\/p>\n\n\n\n<p>Thus, the octal to binary conversion for the number $52_{8}$<sub> <\/sub>is 101010.&nbsp;<\/p>\n\n\n\n<p><strong>3. Convert the octal number <\/strong>$25_{8}$<strong> to its binary equivalent using the direct method.&nbsp;<\/strong><\/p>\n\n\n\n<p><strong>Solution:<\/strong><\/p>\n\n\n\n<p>Using the binary conversion table, we have&nbsp;&nbsp;<\/p>\n\n\n\n<p>$2_{8} = 010_{2}$<\/p>\n\n\n\n<p>$5_{8} = 101_{2}$<\/p>\n\n\n\n<p>On combining the two bits, we get $25_{8} = 010101_{2}$<\/p>\n\n\n\n<p><strong>4. Convert 213<\/strong><strong><sub>8<\/sub><\/strong><strong> from octal to binary.<\/strong><\/p>\n\n\n\n<p><strong>Solution:&nbsp;<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table wj-custom-table\"><table class=\"wj-table-class\"><tbody><tr><td class=\"has-text-align-center\" data-align=\"center\" colspan=\"3\"><strong>2<\/strong><\/td><td class=\"has-text-align-center\" data-align=\"center\" colspan=\"3\"><strong>1<\/strong><\/td><td class=\"has-text-align-center\" data-align=\"center\" colspan=\"3\"><strong>3<\/strong><\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">4<\/td><td class=\"has-text-align-center\" data-align=\"center\">2<\/td><td class=\"has-text-align-center\" data-align=\"center\">1<\/td><td>4<\/td><td>2<\/td><td>1<\/td><td>4<\/td><td>2<\/td><td>1<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">0<\/td><td class=\"has-text-align-center\" data-align=\"center\">1<\/td><td class=\"has-text-align-center\" data-align=\"center\">0<\/td><td>0<\/td><td>0<\/td><td>1<\/td><td>0<\/td><td>1<\/td><td>1<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Thus, $213_{8} = 10001011_{2}$<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"9-practice-problems-on-octal-to-binary-conversion\">Practice Problems on Octal to Binary Conversion<\/h2>\n\n\n\n<div class=\"spq_wrapper\"><h2 style=\"display:none;\">Octal to Binary Conversion -\u00a0 Definition, Table, Examples, Facts<\/h2><p style=\"display:none;\">Attend this quiz & Test your knowledge.<\/p><div class=\"spq_question_wrapper\" data-answer=\"3\"><span class=\"spq_question_header\"><span class=\"sqp_question_number\">1<\/span><h3 class=\"sqp_question_text\">Which of the following is the right representation of the octal number 23?<\/h3><\/span><div class=\"spq_answer_block\" data-value=\"0\">011010<\/div><div class=\"spq_answer_block\" data-value=\"1\">000111<\/div><div class=\"spq_answer_block\" data-value=\"2\">011000<\/div><div class=\"spq_answer_block\" data-value=\"3\">010011<\/div><div class=\"sqp_question_hint\"><div class=\"sqp_question_hint__header\"><span class=\"spq_correct\">Correct<\/span><span class=\"spq_incorrect\">Incorrect<\/span><\/div><div class=\"sqp_question_hint__content\"><span>Correct answer is: 010011<br\/>On substituting the values from the octal to the binary conversion table, we get $2 = 010$ and $3 = 011$. Thus, by combining the two, we get 10011.<\/span><\/div><\/div><\/div><div class=\"spq_question_wrapper\" data-answer=\"2\"><span class=\"spq_question_header\"><span class=\"sqp_question_number\">2<\/span><h3 class=\"sqp_question_text\">What is the binary equivalent of the octal number $73_{8}$?<\/h3><\/span><div class=\"spq_answer_block\" data-value=\"0\">$111011_{2}$<\/div><div class=\"spq_answer_block\" data-value=\"1\">$101011_{2}$<\/div><div class=\"spq_answer_block\" data-value=\"2\">$111011_{2}$<\/div><div class=\"spq_answer_block\" data-value=\"3\">$101011_{2}$<\/div><div class=\"sqp_question_hint\"><div class=\"sqp_question_hint__header\"><span class=\"spq_correct\">Correct<\/span><span class=\"spq_incorrect\">Incorrect<\/span><\/div><div class=\"sqp_question_hint__content\"><span>Correct answer is: $111011_{2}$<br\/>On substituting the values from the octal to the binary conversion table, we get<br>\r\n$7_{8} = 111_{2}$ and $3_{8} = 011_{2}$<br> \r\n$73_{8} = 111011_{2}$<\/span><\/div><\/div><\/div><div class=\"spq_question_wrapper\" data-answer=\"1\"><span class=\"spq_question_header\"><span class=\"sqp_question_number\">3<\/span><h3 class=\"sqp_question_text\">What is the equivalent of the octal number 4 in binary?<\/h3><\/span><div class=\"spq_answer_block\" data-value=\"0\">$010_{2}$<\/div><div class=\"spq_answer_block\" data-value=\"1\">$100_{2}$<\/div><div class=\"spq_answer_block\" data-value=\"2\">$101_{2}$<\/div><div class=\"spq_answer_block\" data-value=\"3\">$111_{2}$<\/div><div class=\"sqp_question_hint\"><div class=\"sqp_question_hint__header\"><span class=\"spq_correct\">Correct<\/span><span class=\"spq_incorrect\">Incorrect<\/span><\/div><div class=\"sqp_question_hint__content\"><span>Correct answer is: $100_{2}$<br\/>The binary equivalent of 4 is $100_{2}$.<\/span><\/div><\/div><\/div><div class=\"spq_question_wrapper\" data-answer=\"0\"><span class=\"spq_question_header\"><span class=\"sqp_question_number\">4<\/span><h3 class=\"sqp_question_text\">Convert $777_{8}$ into binary.<\/h3><\/span><div class=\"spq_answer_block\" data-value=\"0\">$111111111_{2}$<\/div><div class=\"spq_answer_block\" data-value=\"1\">$100100111_{2}$<\/div><div class=\"spq_answer_block\" data-value=\"2\">$101010111_{2}$<\/div><div class=\"spq_answer_block\" data-value=\"3\">$111110111_{2}$<\/div><div class=\"sqp_question_hint\"><div class=\"sqp_question_hint__header\"><span class=\"spq_correct\">Correct<\/span><span class=\"spq_incorrect\">Incorrect<\/span><\/div><div class=\"sqp_question_hint__content\"><span>Correct answer is: $111111111_{2}$<br\/>$7_{8} \\rightarrow 111_{2}$<br>\r\n$777_{8} = 111111111_{2}$<\/span><\/div><\/div><\/div><\/div>  <script type=\"application\/ld+json\">{\n        \"@context\": \"https:\/\/schema.org\/\", \n        \"@type\": \"Quiz\", \n        \"typicalAgeRange\": \"3-11\",\n        \"educationalLevel\":  \"beginner\",\n        \"assesses\" : \"Attend this quiz & Test your knowledge.\",\n        \"educationalAlignment\": [\n              {\n                \"@type\": \"AlignmentObject\",\n                \"alignmentType\": \"educationalSubject\",\n                \"targetName\": \"Math\"\n              }] ,\n        \"name\": \"Octal to Binary Conversion -\u00a0 Definition, Table, Examples, Facts\",        \n        \"about\": {\n                \"@type\": \"Thing\",\n                \"name\": \"Octal to Binary Conversion\"\n        },  \n        \"hasPart\": [{\n                    \"@type\": \"Question\",   \n                    \"eduQuestionType\": \"Multiple choice\",\n                    \"learningResourceType\": \"Practice problem\",\n                    \"name\": \"Which of the following is the right representation of the octal number 23?\",\n                    \"text\": \"Which of the following is the right representation of the octal number 23?\",\n                    \"comment\": {\n                      \"@type\": \"Comment\",\n                      \"text\": \"On substituting the values from the octal to the binary conversion table, we get $$2 = 010$$ and $$3 = 011$$. Thus, by combining the two, we get 10011.\"\n                    },\n                    \"encodingFormat\": \"text\/html\",\n                    \"suggestedAnswer\": [ {\n                                \"@type\": \"Answer\",\n                                \"position\": 0,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"011010\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"On substituting the values from the octal to the binary conversion table, we get $$2 = 010$$ and $$3 = 011$$. Thus, by combining the two, we get 10011.\"\n                                    }\n                                }, {\n                                \"@type\": \"Answer\",\n                                \"position\": 1,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"000111\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"On substituting the values from the octal to the binary conversion table, we get $$2 = 010$$ and $$3 = 011$$. Thus, by combining the two, we get 10011.\"\n                                    }\n                                }, {\n                                \"@type\": \"Answer\",\n                                \"position\": 2,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"011000\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"On substituting the values from the octal to the binary conversion table, we get $$2 = 010$$ and $$3 = 011$$. Thus, by combining the two, we get 10011.\"\n                                    }\n                                }],\n                    \"acceptedAnswer\": {\n                      \"@type\": \"Answer\",\n                      \"position\": 3,\n                      \"encodingFormat\": \"text\/html\",\n                      \"text\": \"010011\",\n                      \"comment\": {\n                          \"@type\": \"Comment\",\n                          \"text\": \"On substituting the values from the octal to the binary conversion table, we get $$2 = 010$$ and $$3 = 011$$. Thus, by combining the two, we get 10011.\"\n                        },\n                      \"answerExplanation\": {\n                        \"@type\": \"Comment\",\n                        \"text\": \"On substituting the values from the octal to the binary conversion table, we get $$2 = 010$$ and $$3 = 011$$. Thus, by combining the two, we get 10011.\"\n                      }\n                    } \n\n                    },{\n                    \"@type\": \"Question\",   \n                    \"eduQuestionType\": \"Multiple choice\",\n                    \"learningResourceType\": \"Practice problem\",\n                    \"name\": \"What is the binary equivalent of the octal number $$73_{8}$$?\",\n                    \"text\": \"What is the binary equivalent of the octal number $$73_{8}$$?\",\n                    \"comment\": {\n                      \"@type\": \"Comment\",\n                      \"text\": \"On substituting the values from the octal to the binary conversion table, we get<br>\r\n$$7_{8} = 111_{2}$$ and $$3_{8} = 011_{2}$$<br> \r\n$$73_{8} = 111011_{2}$$\"\n                    },\n                    \"encodingFormat\": \"text\/html\",\n                    \"suggestedAnswer\": [ {\n                                \"@type\": \"Answer\",\n                                \"position\": 0,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$111011_{2}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"On substituting the values from the octal to the binary conversion table, we get<br>\r\n$$7_{8} = 111_{2}$$ and $$3_{8} = 011_{2}$$<br> \r\n$$73_{8} = 111011_{2}$$\"\n                                    }\n                                }, {\n                                \"@type\": \"Answer\",\n                                \"position\": 1,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$101011_{2}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"On substituting the values from the octal to the binary conversion table, we get<br>\r\n$$7_{8} = 111_{2}$$ and $$3_{8} = 011_{2}$$<br> \r\n$$73_{8} = 111011_{2}$$\"\n                                    }\n                                }, {\n                                \"@type\": \"Answer\",\n                                \"position\": 3,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$101011_{2}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"On substituting the values from the octal to the binary conversion table, we get<br>\r\n$$7_{8} = 111_{2}$$ and $$3_{8} = 011_{2}$$<br> \r\n$$73_{8} = 111011_{2}$$\"\n                                    }\n                                }],\n                    \"acceptedAnswer\": {\n                      \"@type\": \"Answer\",\n                      \"position\": 2,\n                      \"encodingFormat\": \"text\/html\",\n                      \"text\": \"$$111011_{2}$$\",\n                      \"comment\": {\n                          \"@type\": \"Comment\",\n                          \"text\": \"On substituting the values from the octal to the binary conversion table, we get<br>\r\n$$7_{8} = 111_{2}$$ and $$3_{8} = 011_{2}$$<br> \r\n$$73_{8} = 111011_{2}$$\"\n                        },\n                      \"answerExplanation\": {\n                        \"@type\": \"Comment\",\n                        \"text\": \"On substituting the values from the octal to the binary conversion table, we get<br>\r\n$$7_{8} = 111_{2}$$ and $$3_{8} = 011_{2}$$<br> \r\n$$73_{8} = 111011_{2}$$\"\n                      }\n                    } \n\n                    },{\n                    \"@type\": \"Question\",   \n                    \"eduQuestionType\": \"Multiple choice\",\n                    \"learningResourceType\": \"Practice problem\",\n                    \"name\": \"What is the equivalent of the octal number 4 in binary?\",\n                    \"text\": \"What is the equivalent of the octal number 4 in binary?\",\n                    \"comment\": {\n                      \"@type\": \"Comment\",\n                      \"text\": \"The binary equivalent of 4 is $$100_{2}$$.\"\n                    },\n                    \"encodingFormat\": \"text\/html\",\n                    \"suggestedAnswer\": [ {\n                                \"@type\": \"Answer\",\n                                \"position\": 0,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$010_{2}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"The binary equivalent of 4 is $$100_{2}$$.\"\n                                    }\n                                }, {\n                                \"@type\": \"Answer\",\n                                \"position\": 2,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$101_{2}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"The binary equivalent of 4 is $$100_{2}$$.\"\n                                    }\n                                }, {\n                                \"@type\": \"Answer\",\n                                \"position\": 3,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$111_{2}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"The binary equivalent of 4 is $$100_{2}$$.\"\n                                    }\n                                }],\n                    \"acceptedAnswer\": {\n                      \"@type\": \"Answer\",\n                      \"position\": 1,\n                      \"encodingFormat\": \"text\/html\",\n                      \"text\": \"$$100_{2}$$\",\n                      \"comment\": {\n                          \"@type\": \"Comment\",\n                          \"text\": \"The binary equivalent of 4 is $$100_{2}$$.\"\n                        },\n                      \"answerExplanation\": {\n                        \"@type\": \"Comment\",\n                        \"text\": \"The binary equivalent of 4 is $$100_{2}$$.\"\n                      }\n                    } \n\n                    },{\n                    \"@type\": \"Question\",   \n                    \"eduQuestionType\": \"Multiple choice\",\n                    \"learningResourceType\": \"Practice problem\",\n                    \"name\": \"Convert $$777_{8}$$ into binary.\",\n                    \"text\": \"Convert $$777_{8}$$ into binary.\",\n                    \"comment\": {\n                      \"@type\": \"Comment\",\n                      \"text\": \"$$7_{8} \\\\rightarrow 111_{2}$$<br>\r\n$$777_{8} = 111111111_{2}$$\"\n                    },\n                    \"encodingFormat\": \"text\/html\",\n                    \"suggestedAnswer\": [ {\n                                \"@type\": \"Answer\",\n                                \"position\": 1,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$100100111_{2}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"$$7_{8} \\\\rightarrow 111_{2}$$<br>\r\n$$777_{8} = 111111111_{2}$$\"\n                                    }\n                                }, {\n                                \"@type\": \"Answer\",\n                                \"position\": 2,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$101010111_{2}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"$$7_{8} \\\\rightarrow 111_{2}$$<br>\r\n$$777_{8} = 111111111_{2}$$\"\n                                    }\n                                }, {\n                                \"@type\": \"Answer\",\n                                \"position\": 3,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$111110111_{2}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"$$7_{8} \\\\rightarrow 111_{2}$$<br>\r\n$$777_{8} = 111111111_{2}$$\"\n                                    }\n                                }],\n                    \"acceptedAnswer\": {\n                      \"@type\": \"Answer\",\n                      \"position\": 0,\n                      \"encodingFormat\": \"text\/html\",\n                      \"text\": \"$$111111111_{2}$$\",\n                      \"comment\": {\n                          \"@type\": \"Comment\",\n                          \"text\": \"$$7_{8} \\\\rightarrow 111_{2}$$<br>\r\n$$777_{8} = 111111111_{2}$$\"\n                        },\n                      \"answerExplanation\": {\n                        \"@type\": \"Comment\",\n                        \"text\": \"$$7_{8} \\\\rightarrow 111_{2}$$<br>\r\n$$777_{8} = 111111111_{2}$$\"\n                      }\n                    } \n\n                    }]}<\/script>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"10-frequently-asked-questions-on-octal-to-binary-conversion\">Frequently Asked Questions on Octal to Binary Conversion<\/h2>\n\n\n<div class=\"wp-block-ub-content-toggle\" id=\"ub-content-toggle-50d1c4b6-d1d1-4737-99ce-f2fd7a4c1d63\" data-mobilecollapse=\"true\" data-desktopcollapse=\"true\">\n<div class=\"wp-block-ub-content-toggle-accordion\">\n                <div class=\"wp-block-ub-content-toggle-accordion-title-wrap\" aria-expanded=\"false\" aria-controls=\"ub-content-toggle-panel-0-50d1c4b6-d1d1-4737-99ce-f2fd7a4c1d63\" tabindex=\"0\">\n                    <p class=\"wp-block-ub-content-toggle-accordion-title ub-content-toggle-title-50d1c4b6-d1d1-4737-99ce-f2fd7a4c1d63\"><strong>What is a base in the number system?<\/strong><\/p><div class=\"wp-block-ub-content-toggle-accordion-toggle-wrap right\"><span class=\"wp-block-ub-content-toggle-accordion-state-indicator wp-block-ub-chevron-down\"><\/span>\n                    <\/div><\/div><div role=\"region\" class=\"wp-block-ub-content-toggle-accordion-content-wrap ub-hide\" id=\"ub-content-toggle-panel-0-50d1c4b6-d1d1-4737-99ce-f2fd7a4c1d63\">\n\n<p>A base is also called a radix in a number system. It refers to the total number of digits used in a particular number system to form other numbers. For instance, the binary number system has base 2, i.e., it has two digits, 1 and 2.<\/p>\n\n<\/div><\/div>\n\n<div class=\"wp-block-ub-content-toggle-accordion\">\n                <div class=\"wp-block-ub-content-toggle-accordion-title-wrap\" aria-expanded=\"false\" aria-controls=\"ub-content-toggle-panel-1-50d1c4b6-d1d1-4737-99ce-f2fd7a4c1d63\" tabindex=\"0\">\n                    <p class=\"wp-block-ub-content-toggle-accordion-title ub-content-toggle-title-50d1c4b6-d1d1-4737-99ce-f2fd7a4c1d63\"><strong>Does the octal system have numbers 8 and 9?<\/strong><\/p><div class=\"wp-block-ub-content-toggle-accordion-toggle-wrap right\"><span class=\"wp-block-ub-content-toggle-accordion-state-indicator wp-block-ub-chevron-down\"><\/span>\n                    <\/div><\/div><div role=\"region\" class=\"wp-block-ub-content-toggle-accordion-content-wrap ub-hide\" id=\"ub-content-toggle-panel-1-50d1c4b6-d1d1-4737-99ce-f2fd7a4c1d63\">\n\n<p>No. The base of the octal system is 8. It uses the digits 0 to 7. The number 8 is written in the octal system as 10. The number 9 is written as 11.<\/p>\n\n<\/div><\/div>\n\n<div class=\"wp-block-ub-content-toggle-accordion\">\n                <div class=\"wp-block-ub-content-toggle-accordion-title-wrap\" aria-expanded=\"false\" aria-controls=\"ub-content-toggle-panel-2-50d1c4b6-d1d1-4737-99ce-f2fd7a4c1d63\" tabindex=\"0\">\n                    <p class=\"wp-block-ub-content-toggle-accordion-title ub-content-toggle-title-50d1c4b6-d1d1-4737-99ce-f2fd7a4c1d63\"><strong>How can we convert a number from binary to octal?<\/strong><\/p><div class=\"wp-block-ub-content-toggle-accordion-toggle-wrap right\"><span class=\"wp-block-ub-content-toggle-accordion-state-indicator wp-block-ub-chevron-down\"><\/span>\n                    <\/div><\/div><div role=\"region\" class=\"wp-block-ub-content-toggle-accordion-content-wrap ub-hide\" id=\"ub-content-toggle-panel-2-50d1c4b6-d1d1-4737-99ce-f2fd7a4c1d63\">\n\n<p>We know that each octal digit is a 3-bit binary number. The binary to octal conversion can be done by grouping 3 binary bits and identifying the octal number from the conversion chart.<\/p>\n\n\n\n<p><strong>Example:<\/strong> $10110100_{2}$<sup> <\/sup>can be grouped using 3 bits as<\/p>\n\n\n\n<figure class=\"wp-block-table wj-custom-table\"><table class=\"wj-table-class\"><tbody><tr><td>0<\/td><td>1<\/td><td>0<\/td><td>1<\/td><td>1<\/td><td>0<\/td><td>1<\/td><td>0<\/td><td>0<\/td><\/tr><tr><td colspan=\"3\">$010_{2} = 2_{8}$<\/td><td colspan=\"3\">$110_{2} = 6_{8}$<\/td><td colspan=\"3\">$100_{2} = 4_{8}$<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>The octal equivalent of 10110100 is $264_{8}$.<\/p>\n\n<\/div><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>What Is the Octal to Binary Conversion? Octal to binary conversion refers to converting an octal number into an equivalent binary number.&nbsp; The base of the octal number system is 8. The base of the binary number system is 2. Each octal digit represents three binary digits. A single octal digit can represent three binary &#8230; <a title=\"Octal to Binary Conversion &#8211;\u00a0 Definition, Table, Examples, Facts\" class=\"read-more\" href=\"https:\/\/www.splashlearn.com\/math-vocabulary\/octal-to-binary\" aria-label=\"More on Octal to Binary Conversion &#8211;\u00a0 Definition, Table, Examples, Facts\">Read more<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ub_ctt_via":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-30878","post","type-post","status-publish","format-standard","hentry","category-all"],"featured_image_src":null,"author_info":{"display_name":"Mithun Jhawar","author_link":"https:\/\/www.splashlearn.com\/math-vocabulary\/author\/mithun-jhawarsplashlearn-com\/"},"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.splashlearn.com\/math-vocabulary\/wp-json\/wp\/v2\/posts\/30878","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.splashlearn.com\/math-vocabulary\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.splashlearn.com\/math-vocabulary\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.splashlearn.com\/math-vocabulary\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.splashlearn.com\/math-vocabulary\/wp-json\/wp\/v2\/comments?post=30878"}],"version-history":[{"count":28,"href":"https:\/\/www.splashlearn.com\/math-vocabulary\/wp-json\/wp\/v2\/posts\/30878\/revisions"}],"predecessor-version":[{"id":30963,"href":"https:\/\/www.splashlearn.com\/math-vocabulary\/wp-json\/wp\/v2\/posts\/30878\/revisions\/30963"}],"wp:attachment":[{"href":"https:\/\/www.splashlearn.com\/math-vocabulary\/wp-json\/wp\/v2\/media?parent=30878"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.splashlearn.com\/math-vocabulary\/wp-json\/wp\/v2\/categories?post=30878"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.splashlearn.com\/math-vocabulary\/wp-json\/wp\/v2\/tags?post=30878"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}