{"id":34149,"date":"2023-09-16T15:56:57","date_gmt":"2023-09-16T15:56:57","guid":{"rendered":"https:\/\/www.splashlearn.com\/math-vocabulary\/?page_id=34149"},"modified":"2023-09-18T02:53:56","modified_gmt":"2023-09-18T02:53:56","slug":"how-to-convert-binary-to-hexadecimal-conversion-steps-examples","status":"publish","type":"post","link":"https:\/\/www.splashlearn.com\/math-vocabulary\/binary-to-hexadecimal","title":{"rendered":"How to Convert Binary to Hexadecimal &#8211; Conversion, Steps, Examples"},"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-5702716b-df95-437c-a247-6ca480831dcf\" 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\/binary-to-hexadecimal#0-what-is-the-binary-to-hexadecimal-conversion>What Is the Binary to Hexadecimal Conversion?<\/a><\/li><li><a href=https:\/\/www.splashlearn.com\/math-vocabulary\/binary-to-hexadecimal#1-how-to-convert-binary-to-hexadecimal>How To Convert Binary to Hexadecimal<\/a><\/li><li><a href=https:\/\/www.splashlearn.com\/math-vocabulary\/binary-to-hexadecimal#4-solved-examples-on-binary-to-hexadecimal>Solved Examples on Binary to hexadecimal<\/a><\/li><li><a href=https:\/\/www.splashlearn.com\/math-vocabulary\/binary-to-hexadecimal#5-practice-problems-on-binary-to-hexadecimal-conversion>Practice Problems on Binary to Hexadecimal Conversion<\/a><\/li><li><a href=https:\/\/www.splashlearn.com\/math-vocabulary\/binary-to-hexadecimal#6-frequently-asked-questions-about-binary-to-hexadecimal-conversion>Frequently Asked Questions about Binary to Hexadecimal Conversion<\/a><\/li><\/ul><\/div><\/div><\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"0-what-is-the-binary-to-hexadecimal-conversion\">What Is the Binary to Hexadecimal Conversion?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The binary to hexadecimal conversion is used to convert binary numbers to the equivalent hexadecimal numbers.&nbsp;<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>What Is a Binary Decimal System?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The binary number system is the base-2 <a href=\"https:\/\/www.splashlearn.com\/math-vocabulary\/number-sense\/number-system\">number system<\/a>. It uses only two digits, 0 and 1, to represent all the numbers. Thus, the place values of binary numbers are defined in terms of powers of 2. It is the most commonly used number system in computer systems due to its compactness.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>What Is a Hexadecimal Number System?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The base of the hexadecimal number system is 16. It uses 16 symbols to represent all the numbers. These symbols include 0-9 digits and A-F letters. The place values of the hexadecimal number system are defined in terms of powers of 16.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"620\" height=\"370\" src=\"https:\/\/www.splashlearn.com\/math-vocabulary\/wp-content\/uploads\/2023\/09\/decimal-to-hexadecimal-table.png\" alt=\"Decimal to hexadecimal table\" class=\"wp-image-34152\" title=\"Decimal to hexadecimal table\" srcset=\"https:\/\/www.splashlearn.com\/math-vocabulary\/wp-content\/uploads\/2023\/09\/decimal-to-hexadecimal-table.png 620w, https:\/\/www.splashlearn.com\/math-vocabulary\/wp-content\/uploads\/2023\/09\/decimal-to-hexadecimal-table-300x179.png 300w\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"1-how-to-convert-binary-to-hexadecimal\">How To Convert Binary to Hexadecimal<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Hexadecimal number system makes it simple to convert large binary numbers into compact hex representation. There is no direct binary to hexadecimal formula but we can use two methods for this conversion.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Indirect Method: Binary to Decimal followed by Decimal to Hexadecimal<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this method, we first convert the binary number into its equivalent decimal number. Next, we carry out the decimal to hexadecimal conversion.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Example: <\/strong>Convert (1010)<sub>2<\/sub> from the binary to hexadecimal system.\u00a0<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Step 1: Binary to Decimal<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Find the equivalent decimal number of (1010)<sub>2<\/sub>. To find the decimal equivalent, we multiply each digit with the powers of 2 starting from the ones place.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$(1010)_{2} = 1 \\times 2^{3} + 0 \\times 2^{2} + 1 \\times 2^{1} + 0 \\times 2^{0}$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">(1010)<sub>2<\/sub> = 8 + 0 + 2 + 0<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">(1010)<sub>2<\/sub> = 10<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So, (1010)<sub>2<\/sub> = (10)<sub>10<\/sub><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Step 2: Decimal to Hexadecimal&nbsp;<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Convert decimal to binary by dividing the decimal number repeatedly by 16 until we get 0 quotient. Once the quotient is zero, we arrange the remainder from bottom to top (in the reverse order) to obtain the binary number.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"wj-table-class\"><thead><tr><th class=\"has-text-align-center\" data-align=\"center\">Division<\/th><th class=\"has-text-align-center\" data-align=\"center\">Quotient<\/th><th class=\"has-text-align-center\" data-align=\"center\">Remainder(decimal value)<\/th><th class=\"has-text-align-center\" data-align=\"center\">Remainder\u00a0(hexadecimal value)<\/th><\/tr><\/thead><tbody><tr><td class=\"has-text-align-center\" data-align=\"center\">$10 \\div 16$<\/td><td class=\"has-text-align-center\" data-align=\"center\">0<\/td><td class=\"has-text-align-center\" data-align=\"center\">10<\/td><td class=\"has-text-align-center\" data-align=\"center\">A<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">So, (10)<sub>10<\/sub> = (A)<sub>16<\/sub><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Hence, (1010)<sub>2<\/sub>  = (10)<sub>10<\/sub> = (A)<sub>2<\/sub><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><br><strong>Direct Method: Binary to Hexadecimal Using Grouping<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We can represent a group of any 4 binary digits using a unique hexadecimal value. Simply divide the given binary number into the groups of 4. Add zeros to the left when there are not enough digits to form a group. Convert each group into the equivalent hexadecimal number using the following binary to hexadecimal table.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Binary to Hexadecimal Conversion Chart<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"wj-table-class\"><thead><tr><th class=\"has-text-align-center\" data-align=\"center\"><strong>Binary<\/strong><\/th><th class=\"has-text-align-center\" data-align=\"center\"><strong>Hexadecimal<\/strong><\/th><\/tr><\/thead><tbody><tr><td class=\"has-text-align-center\" data-align=\"center\">0000<\/td><td class=\"has-text-align-center\" data-align=\"center\">0<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">0001<\/td><td class=\"has-text-align-center\" data-align=\"center\">1<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">0010<\/td><td class=\"has-text-align-center\" data-align=\"center\">2<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">0011<\/td><td class=\"has-text-align-center\" data-align=\"center\">3<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">0100<\/td><td class=\"has-text-align-center\" data-align=\"center\">4<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">0101<\/td><td class=\"has-text-align-center\" data-align=\"center\">5<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">0110<\/td><td class=\"has-text-align-center\" data-align=\"center\">6<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">0111<\/td><td class=\"has-text-align-center\" data-align=\"center\">7<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">1000<\/td><td class=\"has-text-align-center\" data-align=\"center\">8<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">1001<\/td><td class=\"has-text-align-center\" data-align=\"center\">9<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">1010<\/td><td class=\"has-text-align-center\" data-align=\"center\">A<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">1011<\/td><td class=\"has-text-align-center\" data-align=\"center\">B<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">1100<\/td><td class=\"has-text-align-center\" data-align=\"center\">C<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">1101<\/td><td class=\"has-text-align-center\" data-align=\"center\">D<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">1110<\/td><td class=\"has-text-align-center\" data-align=\"center\">E<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">1111<\/td><td class=\"has-text-align-center\" data-align=\"center\">F<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">This is a simple shortcut method. Before we take an example, let\u2019s first understand how this table is created.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Write the powers of 2 (2<sup>0<\/sup> = 1, 2<sup>1<\/sup> = 2, 2<sup>2<\/sup> = 4, 2<sup>3<\/sup> = 8) for each digit in the group of 4 binary digits. So, we assign the numbers 1, 2, 4, and 8 starting from the leftmost digit. Add the product of the corresponding digits to find the hexadecimal number.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"wj-table-class\"><tbody><tr><td>Powers of 2<\/td><td>8421<\/td><td>8421<\/td><td>8421<\/td><td>8421<\/td><td>8421<\/td><td>8421<\/td><td>8421<\/td><td>8421<\/td><\/tr><tr><td>Binary<\/td><td>0000<\/td><td>0001<\/td><td>0010<\/td><td>0011<\/td><td>0100<\/td><td>0101<\/td><td>0110<\/td><td>0111<\/td><\/tr><tr><td>Hexadecimal<\/td><td>0<\/td><td>1<\/td><td>2<\/td><td>3<\/td><td>4<\/td><td>5<\/td><td>6<\/td><td>7<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"wj-table-class\"><tbody><tr><td>Powers of 2<\/td><td>8421<\/td><td>8421<\/td><td>8421<\/td><td>8421<\/td><td>8421<\/td><td>8421<\/td><td>8421<\/td><td>8421<\/td><\/tr><tr><td>Binary<\/td><td>1000<\/td><td>1001<\/td><td>1010<\/td><td>1011<\/td><td>1100<\/td><td>1101<\/td><td>1110<\/td><td>1111<\/td><\/tr><tr><td>Hexadecimal<\/td><td>8<\/td><td>9<\/td><td>A<\/td><td>B<\/td><td>C<\/td><td>D<\/td><td>E<\/td><td>F<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Example:<\/strong> Convert the binary number 10101011<sub>2<\/sub> into hexadecimal.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Let\u2019s create groups of 4 digits starting from the ones place.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">10101011<sub>2 <\/sub>= 1010<sub>2<\/sub> | 1011<sub>2<\/sub><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">From the table, we have<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">1010<sub>2<\/sub> = A<sub>16<\/sub><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">1011<sub>2 <\/sub>= B<sub>16<\/sub><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Thus, 10101011<sub>2 <\/sub>= (AB)<sub>16<\/sub><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-facts-about-binary-to-hexadecimal-conversion\">Facts about Binary to Hexadecimal 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-4fc3f8e1 wp-block-roelmagdaleno-callout-block-is-layout-flex\"><div>\n<ul class=\"wp-block-list\">\n<li>Each group of four binary digits corresponds to a single hexadecimal digit.<\/li>\n\n\n\n<li>Binary to hexadecimal conversion is done by dividing binary digits into groups of four, and then assigning each group a corresponding hexadecimal number.<\/li>\n\n\n\n<li>Binary to hexadecimal conversion allows us to represent each binary number in a compact and concise manner.<\/li>\n<\/ul>\n<\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-conclusion\">Conclusion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In this article, we learned about binary to hexadecimal conversion which is basically base-2 to base-16 conversion. We learned two methods of binary to hexadecimal conversion with steps. Let\u2019s solve a few examples and MCQ practice problems.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"4-solved-examples-on-binary-to-hexadecimal\">Solved Examples on Binary to hexadecimal<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>1. Convert <\/strong>(00001011)<sub>2<\/sub> <strong>into a hexadecimal number system by direct method.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Solution:<\/strong>\u00a0<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Let\u2019s form the groups of four digits.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">(00001011)<sub>2<\/sub> = (0000) | (1011)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Here,&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">0000<sub>2<\/sub> = 0<sub>16<\/sub>&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">1011<sub>2<\/sub> = B<sub>16<\/sub><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So, (00001011)<sub>2<\/sub>=(0B)<sub>16<\/sub>\u00a0<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>2. What is the value of <\/strong>(11110010)<sub>2<\/sub> <strong>into a hexadecimal number system?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Solution:<\/strong>&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Form the groups of 4.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">(11110010)= (1111) | (0010)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The hexadecimal number F stands for 1111<sub>2<\/sub> and the hexadecimal number 2 stands for 0010<sub>2<\/sub>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So, (11110010)<sub>2<\/sub> = (F2)<sub>16<\/sub><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>3. Convert <\/strong>(1001110)<sub>2<\/sub> <strong>into a hexadecimal number system by indirect method.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Solution:<\/strong>&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">(1001110)<sub>2<\/sub><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$= 1 \\times 2^{6} + 0 \\times 2^{5} + 0 \\times 2^{4} + 1 \\times 2^{3} + 1 \\times 2^{2} + 1 \\times 2^{1} + 0 \\times 2^{0}$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">= 64 + 0 + 0 + 8 + 4 + 2 + 0<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">= (78)<sub>10<\/sub><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Now, we convert (78)<sub>10<\/sub> into the hexadecimal number.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"wj-table-class\"><thead><tr><th class=\"has-text-align-center\" data-align=\"center\">Division<\/th><th class=\"has-text-align-center\" data-align=\"center\">Quotient<\/th><th class=\"has-text-align-center\" data-align=\"center\">Remainder (Decimal value)<\/th><th class=\"has-text-align-center\" data-align=\"center\">Remainder(Hexadecimal value)<\/th><\/tr><\/thead><tbody><tr><td class=\"has-text-align-center\" data-align=\"center\">$78 \\div 16$<\/td><td class=\"has-text-align-center\" data-align=\"center\">4<\/td><td class=\"has-text-align-center\" data-align=\"center\">14<\/td><td class=\"has-text-align-center\" data-align=\"center\">E<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">$4 \\div 16$<\/td><td class=\"has-text-align-center\" data-align=\"center\">0<\/td><td class=\"has-text-align-center\" data-align=\"center\">4<\/td><td class=\"has-text-align-center\" data-align=\"center\">4<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Write the remainders in the reverse order.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">(78)<sub>10<\/sub> = (4E)<sub>16<\/sub><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>4. What will you get if you convert <\/strong>(11011110)<sub>2<\/sub> <strong>into a hexadecimal number system?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Solution:&nbsp;<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Form the groups of four digits.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">(11011110)<sub>2<\/sub> = 1101 | 1110<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">1101<sub>2<\/sub> = D<sub>16<\/sub><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">1110<sub>2 <\/sub>= E<sub>16<\/sub><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So, (11011110)<sub>2<\/sub> = (DE)<sub>16<\/sub><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"5-practice-problems-on-binary-to-hexadecimal-conversion\">Practice Problems on Binary to Hexadecimal Conversion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><div class=\"spq_wrapper\"><h2 style=\"display:none;\">How to Convert Binary to Hexadecimal - Conversion, Steps, Examples<\/h2><p style=\"display:none;\">Attend this quiz & Test your knowledge.<\/p><div class=\"spq_question_wrapper\" data-answer=\"2\"><span class=\"spq_question_header\"><span class=\"sqp_question_number\">1<\/span><h3 class=\"sqp_question_text\">Find the value of  $(11110101)_{2}$ in the hexadecimal number system.<\/h3><\/span><div class=\"spq_answer_block\" data-value=\"0\">$(5F)_{16}$<\/div><div class=\"spq_answer_block\" data-value=\"1\">$(D5)_{16}$<\/div><div class=\"spq_answer_block\" data-value=\"2\">$(F5)_{16}$<\/div><div class=\"spq_answer_block\" data-value=\"3\">$(5E)_{16}$<\/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: $(F5)_{16}$<br\/>$1111_{2} =$ F<br>\r\n$0101_{2} = 5$<br>\r\nSo, $(11110101)_{2} = (F5)_{16}$<\/span><\/div><\/div><\/div><div class=\"spq_question_wrapper\" data-answer=\"3\"><span class=\"spq_question_header\"><span class=\"sqp_question_number\">2<\/span><h3 class=\"sqp_question_text\">What is the value of $(01111011)_{2}$ into a hexadecimal number system?<\/h3><\/span><div class=\"spq_answer_block\" data-value=\"0\">$(B7)_{16}$<\/div><div class=\"spq_answer_block\" data-value=\"1\">$(8B)_{16}$<\/div><div class=\"spq_answer_block\" data-value=\"2\">$(C7)_{16}$<\/div><div class=\"spq_answer_block\" data-value=\"3\">$(7B)_{16}$<\/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: $(7B)_{16}$<br\/>$0111_{2} = 7_{16}$<br>\r\n$1011_{2} = B_{16}$<br>\r\n$(01111011)_{2} =(7B)_{16}$<\/span><\/div><\/div><\/div><div class=\"spq_question_wrapper\" data-answer=\"3\"><span class=\"spq_question_header\"><span class=\"sqp_question_number\">3<\/span><h3 class=\"sqp_question_text\">Convert $(10101001)_{2}$ into a hexadecimal number system.<\/h3><\/span><div class=\"spq_answer_block\" data-value=\"0\">$(A8)_{16}$<\/div><div class=\"spq_answer_block\" data-value=\"1\">$(9A)_{16}$<\/div><div class=\"spq_answer_block\" data-value=\"2\">$(AB)_{16}$<\/div><div class=\"spq_answer_block\" data-value=\"3\">$(A9)_{16}$<\/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: $(A9)_{16}$<br\/>$1010_{2} = A_{16}$<br>\r\n$1001_{2} = 9_{16}$<br>\r\nSo, $(10101001)_{2} = (A9)_{16}$<\/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\">On converting $(01101100)_{2}$ into a hexadecimal number system, we get<\/h3><\/span><div class=\"spq_answer_block\" data-value=\"0\">$(6C)_{16}$<\/div><div class=\"spq_answer_block\" data-value=\"1\">$(E6)_{16}$<\/div><div class=\"spq_answer_block\" data-value=\"2\">$(6F)_{16}$<\/div><div class=\"spq_answer_block\" data-value=\"3\">$(6D)_{16}$<\/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: $(6C)_{16}$<br\/>$0110_{2} = 6_{16}$<br>\r\n$1100_{2} = C_{16}$<br>\r\nSo, $(01101100)_{2} = (6C)_{16}$<\/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\": \"How to Convert Binary to Hexadecimal - Conversion, Steps, Examples\",        \n        \"about\": {\n                \"@type\": \"Thing\",\n                \"name\": \"How to Convert Binary to Hexadecimal\"\n        },  \n        \"hasPart\": [{\n                    \"@type\": \"Question\",   \n                    \"eduQuestionType\": \"Multiple choice\",\n                    \"learningResourceType\": \"Practice problem\",\n                    \"name\": \"Find the value of  $$(11110101)_{2}$$ in the hexadecimal number system.\",\n                    \"text\": \"Find the value of  $$(11110101)_{2}$$ in the hexadecimal number system.\",\n                    \"comment\": {\n                      \"@type\": \"Comment\",\n                      \"text\": \"$$1111_{2} =$$ F<br>\r\n$$0101_{2} = 5$$<br>\r\nSo, $$(11110101)_{2} = (F5)_{16}$$\"\n                    },\n                    \"encodingFormat\": \"text\/html\",\n                    \"suggestedAnswer\": [ {\n                                \"@type\": \"Answer\",\n                                \"position\": 0,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$(5F)_{16}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"$$1111_{2} =$$ F<br>\r\n$$0101_{2} = 5$$<br>\r\nSo, $$(11110101)_{2} = (F5)_{16}$$\"\n                                    }\n                                }, {\n                                \"@type\": \"Answer\",\n                                \"position\": 1,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$(D5)_{16}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"$$1111_{2} =$$ F<br>\r\n$$0101_{2} = 5$$<br>\r\nSo, $$(11110101)_{2} = (F5)_{16}$$\"\n                                    }\n                                }, {\n                                \"@type\": \"Answer\",\n                                \"position\": 3,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$(5E)_{16}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"$$1111_{2} =$$ F<br>\r\n$$0101_{2} = 5$$<br>\r\nSo, $$(11110101)_{2} = (F5)_{16}$$\"\n                                    }\n                                }],\n                    \"acceptedAnswer\": {\n                      \"@type\": \"Answer\",\n                      \"position\": 2,\n                      \"encodingFormat\": \"text\/html\",\n                      \"text\": \"$$(F5)_{16}$$\",\n                      \"comment\": {\n                          \"@type\": \"Comment\",\n                          \"text\": \"$$1111_{2} =$$ F<br>\r\n$$0101_{2} = 5$$<br>\r\nSo, $$(11110101)_{2} = (F5)_{16}$$\"\n                        },\n                      \"answerExplanation\": {\n                        \"@type\": \"Comment\",\n                        \"text\": \"$$1111_{2} =$$ F<br>\r\n$$0101_{2} = 5$$<br>\r\nSo, $$(11110101)_{2} = (F5)_{16}$$\"\n                      }\n                    } \n\n                    },{\n                    \"@type\": \"Question\",   \n                    \"eduQuestionType\": \"Multiple choice\",\n                    \"learningResourceType\": \"Practice problem\",\n                    \"name\": \"What is the value of $$(01111011)_{2}$$ into a hexadecimal number system?\",\n                    \"text\": \"What is the value of $$(01111011)_{2}$$ into a hexadecimal number system?\",\n                    \"comment\": {\n                      \"@type\": \"Comment\",\n                      \"text\": \"$$0111_{2} = 7_{16}$$<br>\r\n$$1011_{2} = B_{16}$$<br>\r\n$$(01111011)_{2} =(7B)_{16}$$\"\n                    },\n                    \"encodingFormat\": \"text\/html\",\n                    \"suggestedAnswer\": [ {\n                                \"@type\": \"Answer\",\n                                \"position\": 0,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$(B7)_{16}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"$$0111_{2} = 7_{16}$$<br>\r\n$$1011_{2} = B_{16}$$<br>\r\n$$(01111011)_{2} =(7B)_{16}$$\"\n                                    }\n                                }, {\n                                \"@type\": \"Answer\",\n                                \"position\": 1,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$(8B)_{16}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"$$0111_{2} = 7_{16}$$<br>\r\n$$1011_{2} = B_{16}$$<br>\r\n$$(01111011)_{2} =(7B)_{16}$$\"\n                                    }\n                                }, {\n                                \"@type\": \"Answer\",\n                                \"position\": 2,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$(C7)_{16}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"$$0111_{2} = 7_{16}$$<br>\r\n$$1011_{2} = B_{16}$$<br>\r\n$$(01111011)_{2} =(7B)_{16}$$\"\n                                    }\n                                }],\n                    \"acceptedAnswer\": {\n                      \"@type\": \"Answer\",\n                      \"position\": 3,\n                      \"encodingFormat\": \"text\/html\",\n                      \"text\": \"$$(7B)_{16}$$\",\n                      \"comment\": {\n                          \"@type\": \"Comment\",\n                          \"text\": \"$$0111_{2} = 7_{16}$$<br>\r\n$$1011_{2} = B_{16}$$<br>\r\n$$(01111011)_{2} =(7B)_{16}$$\"\n                        },\n                      \"answerExplanation\": {\n                        \"@type\": \"Comment\",\n                        \"text\": \"$$0111_{2} = 7_{16}$$<br>\r\n$$1011_{2} = B_{16}$$<br>\r\n$$(01111011)_{2} =(7B)_{16}$$\"\n                      }\n                    } \n\n                    },{\n                    \"@type\": \"Question\",   \n                    \"eduQuestionType\": \"Multiple choice\",\n                    \"learningResourceType\": \"Practice problem\",\n                    \"name\": \"Convert $$(10101001)_{2}$$ into a hexadecimal number system.\",\n                    \"text\": \"Convert $$(10101001)_{2}$$ into a hexadecimal number system.\",\n                    \"comment\": {\n                      \"@type\": \"Comment\",\n                      \"text\": \"$$1010_{2} = A_{16}$$<br>\r\n$$1001_{2} = 9_{16}$$<br>\r\nSo, $$(10101001)_{2} = (A9)_{16}$$\"\n                    },\n                    \"encodingFormat\": \"text\/html\",\n                    \"suggestedAnswer\": [ {\n                                \"@type\": \"Answer\",\n                                \"position\": 0,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$(A8)_{16}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"$$1010_{2} = A_{16}$$<br>\r\n$$1001_{2} = 9_{16}$$<br>\r\nSo, $$(10101001)_{2} = (A9)_{16}$$\"\n                                    }\n                                }, {\n                                \"@type\": \"Answer\",\n                                \"position\": 1,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$(9A)_{16}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"$$1010_{2} = A_{16}$$<br>\r\n$$1001_{2} = 9_{16}$$<br>\r\nSo, $$(10101001)_{2} = (A9)_{16}$$\"\n                                    }\n                                }, {\n                                \"@type\": \"Answer\",\n                                \"position\": 2,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$(AB)_{16}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"$$1010_{2} = A_{16}$$<br>\r\n$$1001_{2} = 9_{16}$$<br>\r\nSo, $$(10101001)_{2} = (A9)_{16}$$\"\n                                    }\n                                }],\n                    \"acceptedAnswer\": {\n                      \"@type\": \"Answer\",\n                      \"position\": 3,\n                      \"encodingFormat\": \"text\/html\",\n                      \"text\": \"$$(A9)_{16}$$\",\n                      \"comment\": {\n                          \"@type\": \"Comment\",\n                          \"text\": \"$$1010_{2} = A_{16}$$<br>\r\n$$1001_{2} = 9_{16}$$<br>\r\nSo, $$(10101001)_{2} = (A9)_{16}$$\"\n                        },\n                      \"answerExplanation\": {\n                        \"@type\": \"Comment\",\n                        \"text\": \"$$1010_{2} = A_{16}$$<br>\r\n$$1001_{2} = 9_{16}$$<br>\r\nSo, $$(10101001)_{2} = (A9)_{16}$$\"\n                      }\n                    } \n\n                    },{\n                    \"@type\": \"Question\",   \n                    \"eduQuestionType\": \"Multiple choice\",\n                    \"learningResourceType\": \"Practice problem\",\n                    \"name\": \"On converting $$(01101100)_{2}$$ into a hexadecimal number system, we get\",\n                    \"text\": \"On converting $$(01101100)_{2}$$ into a hexadecimal number system, we get\",\n                    \"comment\": {\n                      \"@type\": \"Comment\",\n                      \"text\": \"$$0110_{2} = 6_{16}$$<br>\r\n$$1100_{2} = C_{16}$$<br>\r\nSo, $$(01101100)_{2} = (6C)_{16}$$\"\n                    },\n                    \"encodingFormat\": \"text\/html\",\n                    \"suggestedAnswer\": [ {\n                                \"@type\": \"Answer\",\n                                \"position\": 1,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$(E6)_{16}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"$$0110_{2} = 6_{16}$$<br>\r\n$$1100_{2} = C_{16}$$<br>\r\nSo, $$(01101100)_{2} = (6C)_{16}$$\"\n                                    }\n                                }, {\n                                \"@type\": \"Answer\",\n                                \"position\": 2,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$(6F)_{16}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"$$0110_{2} = 6_{16}$$<br>\r\n$$1100_{2} = C_{16}$$<br>\r\nSo, $$(01101100)_{2} = (6C)_{16}$$\"\n                                    }\n                                }, {\n                                \"@type\": \"Answer\",\n                                \"position\": 3,\n                                \"encodingFormat\": \"text\/html\",\n                                \"text\": \"$$(6D)_{16}$$\",\n                                \"comment\": {\n                                    \"@type\": \"Comment\",\n                                    \"text\": \"$$0110_{2} = 6_{16}$$<br>\r\n$$1100_{2} = C_{16}$$<br>\r\nSo, $$(01101100)_{2} = (6C)_{16}$$\"\n                                    }\n                                }],\n                    \"acceptedAnswer\": {\n                      \"@type\": \"Answer\",\n                      \"position\": 0,\n                      \"encodingFormat\": \"text\/html\",\n                      \"text\": \"$$(6C)_{16}$$\",\n                      \"comment\": {\n                          \"@type\": \"Comment\",\n                          \"text\": \"$$0110_{2} = 6_{16}$$<br>\r\n$$1100_{2} = C_{16}$$<br>\r\nSo, $$(01101100)_{2} = (6C)_{16}$$\"\n                        },\n                      \"answerExplanation\": {\n                        \"@type\": \"Comment\",\n                        \"text\": \"$$0110_{2} = 6_{16}$$<br>\r\n$$1100_{2} = C_{16}$$<br>\r\nSo, $$(01101100)_{2} = (6C)_{16}$$\"\n                      }\n                    } \n\n                    }]}<\/script><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"6-frequently-asked-questions-about-binary-to-hexadecimal-conversion\">Frequently Asked Questions about Binary to Hexadecimal Conversion<\/h2>\n\n\n<div class=\"wp-block-ub-content-toggle\" id=\"ub-content-toggle-ed309871-bfd7-4502-bb2d-9e68da7f2100\" 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-ed309871-bfd7-4502-bb2d-9e68da7f2100\" tabindex=\"0\">\n                    <p class=\"wp-block-ub-content-toggle-accordion-title ub-content-toggle-title-ed309871-bfd7-4502-bb2d-9e68da7f2100\"><strong>How do you convert hexadecimal to binary?<\/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-ed309871-bfd7-4502-bb2d-9e68da7f2100\">\n\n<p class=\"wp-block-paragraph\">The easiest way to convert hexadecimal to binary is the indirect method. First convert from hexadecimal to binary, followed by decimal to binary conversion.<\/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-ed309871-bfd7-4502-bb2d-9e68da7f2100\" tabindex=\"0\">\n                    <p class=\"wp-block-ub-content-toggle-accordion-title ub-content-toggle-title-ed309871-bfd7-4502-bb2d-9e68da7f2100\"><strong>What is the difference between a hexadecimal system and an octal 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-1-ed309871-bfd7-4502-bb2d-9e68da7f2100\">\n\n<p class=\"wp-block-paragraph\">We use the base of a hexadecimal system as 16. Each digit is 16 times more significant than the previous digit. We use the base of a binary system as 8. Each digit is 8 times more significant than the previous digit. of a binary system as 2. Each digit is 2 times more significant than the previous digit<strong>.<\/strong><\/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-ed309871-bfd7-4502-bb2d-9e68da7f2100\" tabindex=\"0\">\n                    <p class=\"wp-block-ub-content-toggle-accordion-title ub-content-toggle-title-ed309871-bfd7-4502-bb2d-9e68da7f2100\"><strong>How to convert decimal to hexadecimal?<\/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-ed309871-bfd7-4502-bb2d-9e68da7f2100\">\n\n<p class=\"wp-block-paragraph\">Divide the number repeatedly by 16 until the quotient is 0. Note down the remainder in each step. Once the quotient is 0, write the remainders in the reverse order to get the equivalent hexadecimal number.<\/p>\n\n<\/div><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>What Is the Binary to Hexadecimal Conversion? The binary to hexadecimal conversion is used to convert binary numbers to the equivalent hexadecimal numbers.&nbsp; What Is a Binary Decimal System? The binary number system is the base-2 number system. It uses only two digits, 0 and 1, to represent all the numbers. Thus, the place values &#8230; <a title=\"How to Convert Binary to Hexadecimal &#8211; Conversion, Steps, Examples\" class=\"read-more\" href=\"https:\/\/www.splashlearn.com\/math-vocabulary\/binary-to-hexadecimal\" aria-label=\"More on How to Convert Binary to Hexadecimal &#8211; Conversion, Steps, Examples\">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-34149","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\/34149","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=34149"}],"version-history":[{"count":7,"href":"https:\/\/www.splashlearn.com\/math-vocabulary\/wp-json\/wp\/v2\/posts\/34149\/revisions"}],"predecessor-version":[{"id":34165,"href":"https:\/\/www.splashlearn.com\/math-vocabulary\/wp-json\/wp\/v2\/posts\/34149\/revisions\/34165"}],"wp:attachment":[{"href":"https:\/\/www.splashlearn.com\/math-vocabulary\/wp-json\/wp\/v2\/media?parent=34149"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.splashlearn.com\/math-vocabulary\/wp-json\/wp\/v2\/categories?post=34149"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.splashlearn.com\/math-vocabulary\/wp-json\/wp\/v2\/tags?post=34149"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}