<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>learn binary Archives - NeuralLantern.com</title>
	<atom:link href="https://www.NeuralLantern.com/tag/learn-binary/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.NeuralLantern.com/tag/learn-binary/</link>
	<description></description>
	<lastBuildDate>Sun, 25 May 2025 08:18:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://www.NeuralLantern.com/wp-content/uploads/2025/04/cropped-2025-04-04-Lantern-03-32x32.png</url>
	<title>learn binary Archives - NeuralLantern.com</title>
	<link>https://www.NeuralLantern.com/tag/learn-binary/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Convert Decimal Fractions to Binary (and Back!) &#8211; Easy Step-by-Step Guide</title>
		<link>https://www.NeuralLantern.com/how-to-convert-decimal-fractions-to-binary-and-back-easy-step-by-step-guide/</link>
					<comments>https://www.NeuralLantern.com/how-to-convert-decimal-fractions-to-binary-and-back-easy-step-by-step-guide/#respond</comments>
		
		<dc:creator><![CDATA[mike]]></dc:creator>
		<pubDate>Fri, 02 May 2025 09:26:40 +0000</pubDate>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Conversions]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[binary conversion]]></category>
		<category><![CDATA[binary fractions]]></category>
		<category><![CDATA[binary numbers]]></category>
		<category><![CDATA[binary to decimal]]></category>
		<category><![CDATA[coding basics]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[computer science for beginners]]></category>
		<category><![CDATA[decimal fractions]]></category>
		<category><![CDATA[decimal to binary]]></category>
		<category><![CDATA[floating point numbers]]></category>
		<category><![CDATA[IEEE 754]]></category>
		<category><![CDATA[learn binary]]></category>
		<category><![CDATA[precision loss]]></category>
		<category><![CDATA[tech tutorials]]></category>
		<guid isPermaLink="false">https://www.NeuralLantern.com/?p=97</guid>

					<description><![CDATA[<p>Master decimal-to-binary fraction conversion! Learn step-by-step with examples like 0.84375. Perfect for students &#038; coders. #Binary #ComputerScience</p>
<p>The post <a href="https://www.NeuralLantern.com/how-to-convert-decimal-fractions-to-binary-and-back-easy-step-by-step-guide/">How to Convert Decimal Fractions to Binary (and Back!) &#8211; Easy Step-by-Step Guide</a> appeared first on <a href="https://www.NeuralLantern.com">NeuralLantern.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="How to Convert Decimal Fractions to Binary (and Back!) - Easy Step-by-Step Guide" width="1380" height="776" src="https://www.youtube.com/embed/qTukm9OUykk?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p class="wp-block-paragraph">Struggling with converting decimal fractions to binary? In this fun, beginner-friendly tutorial, we dive into how to convert numbers like 45.8046875 to binary and back to decimal, step by step! Learn the multiplying-by-2 method, handle precision loss, and understand fractional binary representation. With real examples (0.126753, 0.84375), you’ll master this key computer science skill. Perfect for students, coders, or anyone curious about how computers store numbers. Subscribe for more tech tutorials, and let me know what you want to learn next! Visit [YourWebsiteLink] for more. #Binary #DecimalToBinary #ComputerScience #TechTutorials</p>



<p class="wp-block-paragraph">Introduction to Decimal-Binary Conversion 00:00:00<br>Understanding Fractional Binary Numbers 00:00:15<br>Fractional Binary Representation Basics 00:01:00<br>Converting Decimal Fractions to Binary 00:04:06<br>Example: Converting 0.126753 to Binary 00:04:52<br>Precision Loss in Conversions 00:05:36<br>Example: Converting 0.84375 to Binary 00:09:57<br>Converting Binary Fractions to Decimal 00:14:22<br>Example: Converting Complex Number 45.8046875 00:16:48<br>Combining Whole and Fractional Parts 00:21:00<br>Conclusion and Verification 00:23:25<br>Outro and Community Engagement 00:24:16</p>



<p class="wp-block-paragraph">Thanks for watching!</p>



<p class="wp-block-paragraph">Find us on other social media here:</p>



<ul class="wp-block-list">
<li>https://www.NeuralLantern.com/social</li>
</ul>



<p class="wp-block-paragraph">Please help support us!</p>



<ul class="wp-block-list">
<li>Subscribing + Sharing on Social Media</li>



<li>Leaving a comment or suggestion</li>



<li>Subscribing to our Blog</li>



<li>Watching the main &#8220;pinned&#8221; video of this channel for offers and extras</li>
</ul>



<p class="wp-block-paragraph">Hello there, let&#8217;s talk about how to convert decimal numbers with fractions into binary</p>



<p class="wp-block-paragraph">numbers with fractions and vice versa.</p>



<p class="wp-block-paragraph">So up to this point, if you&#8217;ve been watching my other videos, you probably know that you</p>



<p class="wp-block-paragraph">can easily convert a decimal number to binary and binary to decimal if the decimal and binary</p>



<p class="wp-block-paragraph">numbers but in order to progress towards IEEE 754 representation in other words</p>



<p class="wp-block-paragraph">in order to eventually be able to represent binary numbers with fractions</p>



<p class="wp-block-paragraph">like floats or doubles in the machine you have to start learning how to get</p>



<p class="wp-block-paragraph">the fraction part of a decimal number into binary the way we&#8217;re going to do</p>



<p class="wp-block-paragraph">it in this video it&#8217;s not actually going to be the final representation of how</p>



<p class="wp-block-paragraph">your machine stores floating point numbers but it&#8217;s an important step on</p>



<p class="wp-block-paragraph">on the way there. Without this step, you probably wouldn&#8217;t be able to do it.</p>



<p class="wp-block-paragraph">So what am I talking about? I&#8217;m just going to open up this notepad real fast and just show you</p>



<p class="wp-block-paragraph">that what I really mean is, suppose we have like a number 45 point blah, blah, blah, blah, blah,</p>



<p class="wp-block-paragraph">right? So this is the whole part and this is the fractional part. Okay, no problem. Also in binary,</p>



<p class="wp-block-paragraph">we have like a bunch of ones and zeros. This is a whole number, but we could put a decimal point</p>



<p class="wp-block-paragraph">and then just start doing more numbers after the decimal point in order to represent a</p>



<p class="wp-block-paragraph">in order to represent a fractional binary number.</p>



<p class="wp-block-paragraph">Okay, so let&#8217;s see.</p>



<p class="wp-block-paragraph">We know, hopefully at this point, if you watch my other videos,</p>



<p class="wp-block-paragraph">that, I don&#8217;t know, I&#8217;m just going to put some random numbers here</p>



<p class="wp-block-paragraph">and then like some more random numbers there.</p>



<p class="wp-block-paragraph">And you know that the strength of each of these numbers</p>



<p class="wp-block-paragraph">is sort of like increasing by powers of two on the left side, on the whole side.</p>



<p class="wp-block-paragraph">So the strength of that first digit is one.</p>



<p class="wp-block-paragraph">digit is one the next digit has a strength of two and then four and then eight and then 16 maybe i&#8217;ll</p>



<p class="wp-block-paragraph">put the six up here and then 32 so three and two and then 64 and maybe i&#8217;ll do another digit i&#8217;ll</p>



<p class="wp-block-paragraph">just put like a zero there and then you know the left most digit has a strength of 128 so basically</p>



<p class="wp-block-paragraph">a 1 or a 0 for the actual binary number multiplied by its strength. So 1 times 1 is 1, add that to</p>



<p class="wp-block-paragraph">0 times 2, add that to 1 times 4, and 0 times 8, and 1 times 16, and so forth, right? So hopefully</p>



<p class="wp-block-paragraph">we know how to do that at this point. To do the same thing on the fractional side, maybe I won&#8217;t</p>



<p class="wp-block-paragraph">put a decimal marker there, it&#8217;s really the same deal except as we go left, we were multiplying by</p>



<p class="wp-block-paragraph">have more power more strength but as we go to the right past the decimal point they should have less</p>



<p class="wp-block-paragraph">strength and we&#8217;ll just divide them by two so pretty much at this point let&#8217;s see we&#8217;ll have</p>



<p class="wp-block-paragraph">one half will be the strength of this digit right here whoops one half so the strength that that</p>



<p class="wp-block-paragraph">digit has is just one half the strength that the next digit has is going to be one fourth remember</p>



<p class="wp-block-paragraph">1 4th remember you multiply sorry you divide by 2 each time whoops I&#8217;m getting lost oh man I</p>



<p class="wp-block-paragraph">probably need to add some spaces because it&#8217;s starting to get pretty ugly so this digit has</p>



<p class="wp-block-paragraph">a strength of 1 half this digit has a strength of 1 4th and then we&#8217;ll just say that the next one</p>



<p class="wp-block-paragraph">has a strength of 1 8th and so forth we&#8217;ll just keep dividing by 2 each time so don&#8217;t forget that</p>



<p class="wp-block-paragraph">don&#8217;t make the mistake of saying 1 4th or sorry don&#8217;t make the mistake of saying 1 half 1 3rd</p>



<p class="wp-block-paragraph">one half, one third, one fourth.</p>



<p class="wp-block-paragraph">Don&#8217;t increase the denominator by one.</p>



<p class="wp-block-paragraph">You want to multiply, or sorry,</p>



<p class="wp-block-paragraph">you want to divide by two each time.</p>



<p class="wp-block-paragraph">Or if you want to say the word multiplication,</p>



<p class="wp-block-paragraph">then you multiply by 0.5, I guess, if you want to.</p>



<p class="wp-block-paragraph">I&#8217;m just going to write 1 16th</p>



<p class="wp-block-paragraph">and then just be done with the divisions.</p>



<p class="wp-block-paragraph">I hope you understand what I&#8217;m talking about.</p>



<p class="wp-block-paragraph">We&#8217;re going to do some examples right now.</p>



<p class="wp-block-paragraph">Okay, so let&#8217;s calculate.</p>



<p class="wp-block-paragraph">Well, actually, let&#8217;s just, just to emphasize, just to make sure everybody understands, what</p>



<p class="wp-block-paragraph">we would do to convert such a number from binary to decimal would basically be, you</p>



<p class="wp-block-paragraph">know, compute the left side as if it were a whole number.</p>



<p class="wp-block-paragraph">I&#8217;m going to put W for whole number.</p>



<p class="wp-block-paragraph">And then separately convert the fractional part as if it were just, you know, zero point</p>



<p class="wp-block-paragraph">something.</p>



<p class="wp-block-paragraph">And then just combine the two things when you&#8217;re in decimal.</p>



<p class="wp-block-paragraph">And you&#8217;ll do the same thing when converting a number from decimal to binary.</p>



<p class="wp-block-paragraph">decimal to binary you convert the whole part first put that into ones and zeros then convert the fact</p>



<p class="wp-block-paragraph">the fractional part into a fractional binary part and then just combine them across the decimal point</p>



<p class="wp-block-paragraph">so let&#8217;s do an example let&#8217;s start with converting 0.126753 i don&#8217;t think that this number is going</p>



<p class="wp-block-paragraph">to resolve easily it&#8217;s kind of like a good lesson here when you&#8217;re converting between binary and</p>



<p class="wp-block-paragraph">there are always going to be some numbers in in in decimal that you can&#8217;t represent in binary</p>



<p class="wp-block-paragraph">and vice versa there are always going to be some numbers in binary that you can&#8217;t represent in</p>



<p class="wp-block-paragraph">decimal so it&#8217;s not that decimal or binary or you know superior or inferior i mean all technology</p>



<p class="wp-block-paragraph">is pretty much running on binary so it can&#8217;t be that bad but um just keep that in mind some numbers</p>



<p class="wp-block-paragraph">that you type randomly are just never going to resolve and you&#8217;ll have to give up at some point</p>



<p class="wp-block-paragraph">have to give up at some point and say, well, we&#8217;re just going to call this a precision loss</p>



<p class="wp-block-paragraph">because we just, we just have to like give up, especially if you only have so many bits</p>



<p class="wp-block-paragraph">to put the fraction in. Okay. So what am I going to do? What&#8217;s the, what&#8217;s the basic algorithm</p>



<p class="wp-block-paragraph">here? There are lots of different ways to do it. The way that I&#8217;m going to show you is just</p>



<p class="wp-block-paragraph">multiplying by two. So if we take, you know, 0.126753 and we multiply it by two,</p>



<p class="wp-block-paragraph">We end up with, let&#8217;s see, times 2.</p>



<p class="wp-block-paragraph">Whoops, hello.</p>



<p class="wp-block-paragraph">Oh, I got to do that.</p>



<p class="wp-block-paragraph">Times 2.</p>



<p class="wp-block-paragraph">We&#8217;re going to end up with a different number.</p>



<p class="wp-block-paragraph">If the number is equal to or greater than 1,</p>



<p class="wp-block-paragraph">then we will say that we have achieved a number of 1 for the converted binary number.</p>



<p class="wp-block-paragraph">And if not, we&#8217;ll say we have achieved a number of 0.</p>



<p class="wp-block-paragraph">If the number is 1, we&#8217;ll also subtract 1 from the remaining number here in decimal.</p>



<p class="wp-block-paragraph">The result we have is just, what&#8217;s going on?</p>



<p class="wp-block-paragraph">Oh, I somehow turned on my annotator.</p>



<p class="wp-block-paragraph">Okay.</p>



<p class="wp-block-paragraph">In this case, we just have, you know, this number right here.</p>



<p class="wp-block-paragraph">It&#8217;s not greater than one or equal to one.</p>



<p class="wp-block-paragraph">So I&#8217;m just going to say this gave us a binary number of zero.</p>



<p class="wp-block-paragraph">And because it gave us a zero, we&#8217;re not actually going to change it at all.</p>



<p class="wp-block-paragraph">We&#8217;re not going to subtract one from it.</p>



<p class="wp-block-paragraph">We&#8217;re just going to leave it as is.</p>



<p class="wp-block-paragraph">We will then multiply by two again.</p>



<p class="wp-block-paragraph">by 2 again. So I&#8217;m just going to say, do it one more time. We&#8217;ll say this multiplied by 2,</p>



<p class="wp-block-paragraph">and it&#8217;s going to be this number. Again, it did not exceed or equal 1, so the bit in that position</p>



<p class="wp-block-paragraph">is going to be a 0, and we&#8217;ll just copy and carry it over just as is. Do it again, and we&#8217;ll say</p>



<p class="wp-block-paragraph">Now we have a number that equals or exceeds one.</p>



<p class="wp-block-paragraph">So we&#8217;ve achieved a one in the binary position.</p>



<p class="wp-block-paragraph">So it&#8217;s going to be a one here.</p>



<p class="wp-block-paragraph">Then we got to subtract one.</p>



<p class="wp-block-paragraph">So we&#8217;re just going to be left with 0.014, 024 and whatever.</p>



<p class="wp-block-paragraph">And then we just continue.</p>



<p class="wp-block-paragraph">Maybe I&#8217;ll do it a couple more times,</p>



<p class="wp-block-paragraph">but I&#8217;m going to give up because I don&#8217;t think</p>



<p class="wp-block-paragraph">that this number will translate completely.</p>



<p class="wp-block-paragraph">So I&#8217;m going to say multiply by two again,</p>



<p class="wp-block-paragraph">and it&#8217;s going to give us,</p>



<p class="wp-block-paragraph">hang on a second here.</p>



<p class="wp-block-paragraph">What was that?</p>



<p class="wp-block-paragraph">Hang on a second here. What was that? That was one. Oh, I forgot to subtract one. So I got to</p>



<p class="wp-block-paragraph">subtract one. And then I&#8217;m going to multiply by two. Now we get this number right there.</p>



<p class="wp-block-paragraph">This is not equal to or greater than one. So the bit is going to be zero.</p>



<p class="wp-block-paragraph">And then that means the remaining number is just going to be the same thing.</p>



<p class="wp-block-paragraph">We&#8217;ll do another. Actually, let me let me clean the calculator for a second here.</p>



<p class="wp-block-paragraph">going to select this whole thing and just paste that and I&#8217;m going to say</p>



<p class="wp-block-paragraph">multiplied by two that&#8217;s going to be that new number and I think you&#8217;re</p>



<p class="wp-block-paragraph">starting to understand why I want to give up because we&#8217;ll just be kind of</p>



<p class="wp-block-paragraph">doing this forever this might end up being an irrational number in binary I</p>



<p class="wp-block-paragraph">don&#8217;t really know I haven&#8217;t gone that far but it&#8217;s definitely gonna take a long</p>



<p class="wp-block-paragraph">time so I&#8217;m gonna give up and I&#8217;m just gonna say all right the final binary</p>



<p class="wp-block-paragraph">number is gonna be 0.00100 and then just say maybe there&#8217;s some more stuff at</p>



<p class="wp-block-paragraph">maybe there&#8217;s some more stuff at the end we&#8217;ll just call this a precision loss</p>



<p class="wp-block-paragraph">you can see well maybe I should do one more number actually because it it&#8217;s kind of a mirror there&#8217;s</p>



<p class="wp-block-paragraph">like two zeros and then a one and then two zeros on the other side let me multiply this by two</p>



<p class="wp-block-paragraph">real fast just to show you without symmetry what would happen so I&#8217;m gonna multiply that by two</p>



<p class="wp-block-paragraph">and it&#8217;s gonna be this number right here so that&#8217;s gonna be zero because it didn&#8217;t exceed</p>



<p class="wp-block-paragraph">or meet one and so the number we have left over is just that okay so now</p>



<p class="wp-block-paragraph">because there&#8217;s no symmetry you can see that the number is going to be point</p>



<p class="wp-block-paragraph">zero zero one zero zero zero we go from top to bottom we don&#8217;t do any kind of</p>



<p class="wp-block-paragraph">reversal like you might do with whole number binary conversion I don&#8217;t know</p>



<p class="wp-block-paragraph">maybe it&#8217;ll be zero for a long long long long time and never or yeah they&#8217;ll</p>



<p class="wp-block-paragraph">probably be some ones in there at least I don&#8217;t know if it&#8217;s ever going to</p>



<p class="wp-block-paragraph">resolve you&#8217;ll know you&#8217;re finished when the</p>



<p class="wp-block-paragraph">Here is a zero.</p>



<p class="wp-block-paragraph">So again, I&#8217;m just going to give up on this because I don&#8217;t really know if it&#8217;s going to work.</p>



<p class="wp-block-paragraph">Let&#8217;s do a number that I know is going to resolve.</p>



<p class="wp-block-paragraph">I have this one prepared in advance.</p>



<p class="wp-block-paragraph">So let&#8217;s do 0.84375.</p>



<p class="wp-block-paragraph">Okay.</p>



<p class="wp-block-paragraph">So how do we convert this?</p>



<p class="wp-block-paragraph">Again, just multiply by two.</p>



<p class="wp-block-paragraph">Every single time you meet or exceed one, then you&#8217;ll say that we have a one in the binary number.</p>



<p class="wp-block-paragraph">binary number and then subtract one after that and if not we will say that</p>



<p class="wp-block-paragraph">we have a zero in the binary position and then we won&#8217;t subtract one okay so</p>



<p class="wp-block-paragraph">that number multiplied by two is going to be point one six eight seven five so</p>



<p class="wp-block-paragraph">that&#8217;s definitely greater than or equal to one so I&#8217;m going to say we have a one</p>



<p class="wp-block-paragraph">in the binary position and then the next number is going to be just be zero point</p>



<p class="wp-block-paragraph">now we take that number 6875 you could also just you know in your calculator you could say minus</p>



<p class="wp-block-paragraph">one and then we&#8217;ll multiply it by two to get the next bit the number is going to be 1.375 so i&#8217;m</p>



<p class="wp-block-paragraph">going to write 1.375 here and then it&#8217;s greater than or equal to one so it&#8217;s going to be another</p>



<p class="wp-block-paragraph">one here and then after we subtract one it&#8217;s going to be 375 no problem okay so let me just</p>



<p class="wp-block-paragraph">And then multiply by 2 to get to the next bit position.</p>



<p class="wp-block-paragraph">It&#8217;s going to be 0.75.</p>



<p class="wp-block-paragraph">All right, so 0.75, that number is less than 1, so we have a 0 in that bit position.</p>



<p class="wp-block-paragraph">We also don&#8217;t subtract anything because we had a 0 in that bit position.</p>



<p class="wp-block-paragraph">Then we just multiply by 2 again.</p>



<p class="wp-block-paragraph">Multiply by 2, now we have 1.5 because that&#8217;s greater than or equal to 1.</p>



<p class="wp-block-paragraph">We have a 1 in that bit&#8217;s position, then we subtract 1.</p>



<p class="wp-block-paragraph">one it&#8217;s just going to be 0.5 that should be pretty easy right because that&#8217;s that sounds</p>



<p class="wp-block-paragraph">like there&#8217;s a one in a bit and then it&#8217;s just done after that so i&#8217;m going to do minus one</p>



<p class="wp-block-paragraph">and then multiply by two again notice how that is exactly a one so it&#8217;s going to be 1.0</p>



<p class="wp-block-paragraph">which means we have a one in the position because it is equal to or greater than one</p>



<p class="wp-block-paragraph">and then uh well what we have left over is zero</p>



<p class="wp-block-paragraph">Zero multiplied by two is going to be zero.</p>



<p class="wp-block-paragraph">So that means if we kept doing this forever,</p>



<p class="wp-block-paragraph">then all the numbers down here are just going to be zeros forever.</p>



<p class="wp-block-paragraph">And I said in another video,</p>



<p class="wp-block-paragraph">when you realize what&#8217;s going on with the zeros,</p>



<p class="wp-block-paragraph">like where are they?</p>



<p class="wp-block-paragraph">Are they on the left or the right?</p>



<p class="wp-block-paragraph">When you&#8217;re converting a whole number from binary to decimal or decimal to binary,</p>



<p class="wp-block-paragraph">the zeros would be on the left side.</p>



<p class="wp-block-paragraph">So that&#8217;s why we would reverse</p>



<p class="wp-block-paragraph">because if you just add infinity zeros on the left of a whole number,</p>



<p class="wp-block-paragraph">you&#8217;re not changing the value.</p>



<p class="wp-block-paragraph">number you&#8217;re not changing the value but if you added them to the right you&#8217;d be increasing the</p>



<p class="wp-block-paragraph">value when it comes to the fractions the right side of the fraction won&#8217;t change the number for</p>



<p class="wp-block-paragraph">example if we had you know one point and then some like random binary numbers if we just kept adding</p>



<p class="wp-block-paragraph">zeros on the right side that&#8217;s not changing the value of the number because this is the fractional</p>



<p class="wp-block-paragraph">part however if we started adding numbers on the left side then we would make the fractional part</p>



<p class="wp-block-paragraph">smaller and smaller and smaller so that means the zeros have to be on the right side and you can see</p>



<p class="wp-block-paragraph">and you can see here the right side is the bottom so that means we&#8217;re going to take these numbers</p>



<p class="wp-block-paragraph">I&#8217;ll just put etc here just so you can see etc that means we&#8217;re going from top to bottom so the</p>



<p class="wp-block-paragraph">final number is 0.11011 and then a bunch of zeros after that are just you know nothing</p>



<p class="wp-block-paragraph">and that&#8217;s the final answer we now have 0.84375 is equal to binary that number and we&#8217;ll just say</p>



<p class="wp-block-paragraph">that number and we&#8217;ll just say OB to to indicate that the following is a binary</p>



<p class="wp-block-paragraph">number because again you could have a decimal number and then have like a</p>



<p class="wp-block-paragraph">bunch of like ones and zeros in the fraction part I guess so to make sure</p>



<p class="wp-block-paragraph">that the reader understands what they&#8217;re seeing you&#8217;ll say OB to indicate this is</p>



<p class="wp-block-paragraph">a binary number on exams or quizzes if you&#8217;re out there doing this for an exam</p>



<p class="wp-block-paragraph">or a quiz keep in mind you probably want to talk to professor to make sure that</p>



<p class="wp-block-paragraph">ob is supposed to be part of your answer they might just want this it depends anyway so 0.11011</p>



<p class="wp-block-paragraph">okay then let&#8217;s convert it back again let&#8217;s let&#8217;s convert this number to the original decimal number</p>



<p class="wp-block-paragraph">there okay so how can we do that pretty much just start adding the fractions up so remember the</p>



<p class="wp-block-paragraph">Remember, the first fraction that we see is going to be one half.</p>



<p class="wp-block-paragraph">One half.</p>



<p class="wp-block-paragraph">And the second fraction we see is going to be one fourth.</p>



<p class="wp-block-paragraph">And then we just keep multiplying.</p>



<p class="wp-block-paragraph">One fourth, one half.</p>



<p class="wp-block-paragraph">Maybe I should write this in a notepad here.</p>



<p class="wp-block-paragraph">We&#8217;ll see one half plus one fourth plus one eighth.</p>



<p class="wp-block-paragraph">And some of these bits aren&#8217;t going to count.</p>



<p class="wp-block-paragraph">Like, for instance, the one eighth, it&#8217;s not going to count towards the fraction.</p>



<p class="wp-block-paragraph">But for me personally, if I forget to type one eighth,</p>



<p class="wp-block-paragraph">I&#8217;m probably going to accidentally use it for the next position.</p>



<p class="wp-block-paragraph">So I&#8217;m just going to type everything one at a time.</p>



<p class="wp-block-paragraph">So let&#8217;s see, we have one, two, three, four, five, one, two, three, four.</p>



<p class="wp-block-paragraph">So I got to do one more plus one 32nd and then multiply by the bits.</p>



<p class="wp-block-paragraph">So say like, you know, one times that and then one times that and then zero times that</p>



<p class="wp-block-paragraph">to basically, you know, cancel it out.</p>



<p class="wp-block-paragraph">And then one times that and then one times that.</p>



<p class="wp-block-paragraph">plug it all into the calculator</p>



<p class="wp-block-paragraph">let&#8217;s see if I got that right</p>



<p class="wp-block-paragraph">0.84375</p>



<p class="wp-block-paragraph">so that&#8217;s how you convert</p>



<p class="wp-block-paragraph">back from binary to decimal</p>



<p class="wp-block-paragraph">pretty easy and then also</p>



<p class="wp-block-paragraph">of course when you&#8217;re practicing this you want to try</p>



<p class="wp-block-paragraph">with a bunch of different random numbers to start off with</p>



<p class="wp-block-paragraph">you just want to be</p>



<p class="wp-block-paragraph">careful again this process</p>



<p class="wp-block-paragraph">could take forever if you have like</p>



<p class="wp-block-paragraph">you know the wrong number that you</p>



<p class="wp-block-paragraph">start with but I guess at least</p>



<p class="wp-block-paragraph">at least when we&#8217;re converting from binary to decimal it&#8217;s going to end up resolving to something</p>



<p class="wp-block-paragraph">uh it won&#8217;t necessarily be something that you can&#8217;t represent but you know if you start</p>



<p class="wp-block-paragraph">up with a random number in decimal there&#8217;s a chance maybe it&#8217;s not going to work with binary</p>



<p class="wp-block-paragraph">okay well you have to give up and call it a precision loss okay so then now let&#8217;s uh let&#8217;s</p>



<p class="wp-block-paragraph">ask what if we had a complex number because we know how to do this now with just the fractional</p>



<p class="wp-block-paragraph">now with just the fractional part but what if we had a number that was um a little bit more</p>



<p class="wp-block-paragraph">difficult let&#8217;s say we have wait a minute you know for you know for 37 5.</p>



<p class="wp-block-paragraph">oh i think i just accidentally did a totally different number than i wanted to on my plan</p>



<p class="wp-block-paragraph">luckily i got the right answer okay</p>



<p class="wp-block-paragraph">Anyway, what if we had a more complicated number?</p>



<p class="wp-block-paragraph">Let&#8217;s see, 804, 6875.</p>



<p class="wp-block-paragraph">Okay, so 804, 6875, but with a 45 in front of that.</p>



<p class="wp-block-paragraph">Remember we said before that this is the whole part</p>



<p class="wp-block-paragraph">and this is the fractional part,</p>



<p class="wp-block-paragraph">and you just wanna do them separately</p>



<p class="wp-block-paragraph">and then combine them afterwards.</p>



<p class="wp-block-paragraph">So the whole part, let&#8217;s see, what is that gonna be?</p>



<p class="wp-block-paragraph">I&#8217;m just gonna say that this is not a video</p>



<p class="wp-block-paragraph">for whole number binary conversion.</p>



<p class="wp-block-paragraph">This is just dealing with fractions.</p>



<p class="wp-block-paragraph">just dealing with fractions. Find my other videos if you want to know how to convert the whole part,</p>



<p class="wp-block-paragraph">but I&#8217;m going to say that 45 is just this number in binary. And you can double check real fast.</p>



<p class="wp-block-paragraph">You can say 1 plus, here let&#8217;s do it again, let&#8217;s do it just to be sure. 1 plus not a 2 because</p>



<p class="wp-block-paragraph">there&#8217;s a 0 there, and then we&#8217;ll say 4 plus 8 plus not a 16 because there&#8217;s a 0 there, and then</p>



<p class="wp-block-paragraph">plus 32. Add that together, that&#8217;s 45. So the whole number part is pretty easy if you already know how</p>



<p class="wp-block-paragraph">number part is pretty easy if you already know how binary conversion but now let&#8217;s convert point uh</p>



<p class="wp-block-paragraph">zero eight zero point eight zero four whoops screenshot no thank you zero point eight oh four</p>



<p class="wp-block-paragraph">six eight seven five so i&#8217;m gonna have to do this from scratch since this is a different number than</p>



<p class="wp-block-paragraph">i just worked with we&#8217;ll do that multiplied by two and it&#8217;s going to be this number</p>



<p class="wp-block-paragraph">is that really not the same number?</p>



<p class="wp-block-paragraph">Yeah, I guess I really just did a different number.</p>



<p class="wp-block-paragraph">Okay, so that means we&#8217;re going to have a 1 in the binary position</p>



<p class="wp-block-paragraph">and the remaining fractional part is just going to be this.</p>



<p class="wp-block-paragraph">Whoops, zero point that.</p>



<p class="wp-block-paragraph">So then we take that number and bring it down.</p>



<p class="wp-block-paragraph">Multiply it by 2.</p>



<p class="wp-block-paragraph">Whoops, not supposed to actually bring that part down.</p>



<p class="wp-block-paragraph">We&#8217;ll bring it into the calculator.</p>



<p class="wp-block-paragraph">We&#8217;ll multiply it by 2.</p>



<p class="wp-block-paragraph">actually let me get that again and subtract one just to double check myself it&#8217;s always good to</p>



<p class="wp-block-paragraph">double check yourself then we&#8217;ll multiply this by two and then the number is going to be point</p>



<p class="wp-block-paragraph">1.28 so we have that and then since it&#8217;s either equal to or greater than one it&#8217;s going to be</p>



<p class="wp-block-paragraph">you know a one in the binary position so 0.21875 is going to be the remainder there</p>



<p class="wp-block-paragraph">so I&#8217;m going to do minus 1 and then times 2 to make sure the calculator agrees with me whoops</p>



<p class="wp-block-paragraph">21875 okay then I&#8217;ll do a multiply by 2 to get the next number 4 3 7 5</p>



<p class="wp-block-paragraph">and that&#8217;s not equal to or greater than 1 so we&#8217;ll put a 0 there and we won&#8217;t subtract anything</p>



<p class="wp-block-paragraph">so it&#8217;s just going to be 0.4375 again then we&#8217;ll multiply that by 2 to get the next number</p>



<p class="wp-block-paragraph">times two it&#8217;s going to be 0.875 so 0.875 again this is not one or greater so we have zero in</p>



<p class="wp-block-paragraph">the binary position and we don&#8217;t subtract anything 0.875 multiply by two again times two so it&#8217;s</p>



<p class="wp-block-paragraph">going to be 1.75 1.75 and then of course we&#8217;ll have a one in the binary position and the leftover</p>



<p class="wp-block-paragraph">0.75 so let me just go back to the calculator and I&#8217;ll say minus 1 times 2 it&#8217;ll give us 1.5</p>



<p class="wp-block-paragraph">so 1.5 over here means we&#8217;ll have a 1 in the binary position because it was equal to or greater</p>



<p class="wp-block-paragraph">than 1 the leftover is going to be 0.5 now you know we&#8217;re about to finish because 0.5 times 2</p>



<p class="wp-block-paragraph">is just going to be 1.0 which will give us a 1 for the binary part and then the remainder is going</p>



<p class="wp-block-paragraph">remainder is going to be 0.0 and then you know there&#8217;s no need to multiply 0 by 2 because it is</p>



<p class="wp-block-paragraph">forever going to just be zeros uh maybe i&#8217;ll just write it out one more time just so you know 000</p>



<p class="wp-block-paragraph">right remember that so that means of course the zeros are on the right side of the fractional</p>



<p class="wp-block-paragraph">part and on the left side is going to be 0.110011</p>



<p class="wp-block-paragraph">1100111 and then now we just have to combine those two numbers so maybe just I&#8217;ll put something</p>



<p class="wp-block-paragraph">here indicating that this is the conversion of just that number like that now we&#8217;ll combine</p>



<p class="wp-block-paragraph">both of those parts right so 45 was this so I&#8217;ll say maybe therefore this big number right here</p>



<p class="wp-block-paragraph">combine this number for 45 and then I&#8217;ll just put a decimal point and then I&#8217;ll put the fractional</p>



<p class="wp-block-paragraph">part on the right side and then let me just double check my work real fast it should be</p>



<p class="wp-block-paragraph">10110111 wait wait what no no 101101 and then 1100111 okay so that&#8217;s it we&#8217;ve converted</p>



<p class="wp-block-paragraph">converted a complicated decimal number into binary.</p>



<p class="wp-block-paragraph">And we can do it in the reverse, just using the same thing.</p>



<p class="wp-block-paragraph">You know, step one, convert this number into a whole number of decimal.</p>



<p class="wp-block-paragraph">And then step two, convert this number into a whole number,</p>



<p class="wp-block-paragraph">sorry, a just only fractional number for decimal</p>



<p class="wp-block-paragraph">by just getting the one half plus one fourth and so forth.</p>



<p class="wp-block-paragraph">put them around a decimal point just for practice okay I&#8217;ll go ahead and do it</p>



<p class="wp-block-paragraph">some of you are probably like why won&#8217;t you do it I&#8217;ll do it okay so just only</p>



<p class="wp-block-paragraph">looking at the fractional part because that this is not a video to convert</p>



<p class="wp-block-paragraph">whole numbers in binary and decimal but just to convert the fractional part only</p>



<p class="wp-block-paragraph">I&#8217;m gonna do let&#8217;s see say whoops whoops whoops whoops whoops whoops maybe I need</p>



<p class="wp-block-paragraph">Okay, so starting with just this one right here,</p>



<p class="wp-block-paragraph">it&#8217;s going to be 1 half plus 1 fourth plus not 1 eighth, not 1 16th, a 32.</p>



<p class="wp-block-paragraph">1 32 plus 1 over 64 plus 1 over 128.</p>



<p class="wp-block-paragraph">0.8046875.</p>



<p class="wp-block-paragraph">So it looks like we succeeded.</p>



<p class="wp-block-paragraph">Okay, so now we know how to convert</p>



<p class="wp-block-paragraph">a decimal number with a fraction</p>



<p class="wp-block-paragraph">into a binary number with a fraction.</p>



<p class="wp-block-paragraph">And we also know how to convert</p>



<p class="wp-block-paragraph">a binary number with a fraction</p>



<p class="wp-block-paragraph">to a decimal number with a fraction.</p>



<p class="wp-block-paragraph">That feels like a long video.</p>



<p class="wp-block-paragraph">Let&#8217;s see what it is after I cut this.</p>



<p class="wp-block-paragraph">Thank you so much for watching.</p>



<p class="wp-block-paragraph">I hope you learned a little bit of stuff</p>



<p class="wp-block-paragraph">and you had a little bit of fun.</p>



<p class="wp-block-paragraph">I will see you in the next video.</p>



<p class="wp-block-paragraph">grow this community so we&#8217;ll be able to do more videos, longer videos, better videos,</p>



<p class="wp-block-paragraph">or just I&#8217;ll be able to keep making videos in general. So please do me a kindness and subscribe.</p>



<p class="wp-block-paragraph">You know, sometimes I&#8217;m sleeping in the middle of the night and I just wake up because I know</p>



<p class="wp-block-paragraph">somebody subscribed or followed. It just wakes me up and I get filled with joy. That&#8217;s exactly what</p>



<p class="wp-block-paragraph">happens every single time. So you could do it as a nice favor to me or you could troll me if you</p>



<p class="wp-block-paragraph">want to just wake me up in the middle of the night, just subscribe and then I&#8217;ll just wake up.</p>



<p class="wp-block-paragraph">I promise that&#8217;s what will happen.</p>



<p class="wp-block-paragraph">Also, if you look at the middle of the screen right now, you should see a QR code which you can scan in order to go to the website,</p>



<p class="wp-block-paragraph">which I think is also named somewhere at the bottom of this video.</p>



<p class="wp-block-paragraph">And it&#8217;ll take you to my main website where you can just kind of like see all the videos I published and</p>



<p class="wp-block-paragraph">the services and tutorials and things that I offer and all that good stuff.</p>



<p class="wp-block-paragraph">And if you have a suggestion for</p>



<p class="wp-block-paragraph">or just future videos that you want to see, please leave a comment. Or if you just want to say,</p>



<p class="wp-block-paragraph">hey, what&#8217;s up? What&#8217;s going on? You know, just send me a comment, whatever. I also wake up for</p>



<p class="wp-block-paragraph">those in the middle of the night. I get, I wake up in a cold sweat and I&#8217;m like,</p>



<p class="wp-block-paragraph">it would really, it really mean the world to me. I would really appreciate it. So again,</p>



<p class="wp-block-paragraph">thank you so much for watching this video and enjoy the cool music as, as I fade into the</p>



<p class="wp-block-paragraph">darkness, which is coming for us all.</p>



<p class="wp-block-paragraph">Thank you.</p>
<p>The post <a href="https://www.NeuralLantern.com/how-to-convert-decimal-fractions-to-binary-and-back-easy-step-by-step-guide/">How to Convert Decimal Fractions to Binary (and Back!) &#8211; Easy Step-by-Step Guide</a> appeared first on <a href="https://www.NeuralLantern.com">NeuralLantern.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.NeuralLantern.com/how-to-convert-decimal-fractions-to-binary-and-back-easy-step-by-step-guide/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Binary to Decimal Made Easy: Fun Crash Course for Beginners</title>
		<link>https://www.NeuralLantern.com/binary-to-decimal-made-easy-fun-crash-course-for-beginners/</link>
					<comments>https://www.NeuralLantern.com/binary-to-decimal-made-easy-fun-crash-course-for-beginners/#respond</comments>
		
		<dc:creator><![CDATA[mike]]></dc:creator>
		<pubDate>Sun, 06 Apr 2025 01:41:06 +0000</pubDate>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[base 2 explained]]></category>
		<category><![CDATA[beginner coding]]></category>
		<category><![CDATA[binary conversion]]></category>
		<category><![CDATA[binary for beginners]]></category>
		<category><![CDATA[binary math]]></category>
		<category><![CDATA[binary to decimal]]></category>
		<category><![CDATA[binary tricks]]></category>
		<category><![CDATA[binary tutorial]]></category>
		<category><![CDATA[coding 101]]></category>
		<category><![CDATA[computer science basics]]></category>
		<category><![CDATA[decimal to binary]]></category>
		<category><![CDATA[how to read binary]]></category>
		<category><![CDATA[learn binary]]></category>
		<category><![CDATA[number systems]]></category>
		<category><![CDATA[tech explained]]></category>
		<guid isPermaLink="false">https://www.NeuralLantern.com/?p=82</guid>

					<description><![CDATA[<p>Binary got you baffled? Let’s break it down! In this fun crash course, I’ll show you how to convert binary to decimal step-by-step—super easy, no stress. We’ll go from 765,432&#8230;</p>
<p>The post <a href="https://www.NeuralLantern.com/binary-to-decimal-made-easy-fun-crash-course-for-beginners/">Binary to Decimal Made Easy: Fun Crash Course for Beginners</a> appeared first on <a href="https://www.NeuralLantern.com">NeuralLantern.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-embed is-type-wp-embed is-provider-rumble-com wp-block-embed-rumble-com"><div class="wp-block-embed__wrapper">
<iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" title="Binary to Decimal Made Easy: Fun Crash Course for Beginners" src="https://rumble.com/embed/v6pisf7/#?secret=fLsPJTh6ug" data-secret="fLsPJTh6ug" width="1000" height="563" frameborder="0"></iframe>
</div></figure>



<p class="wp-block-paragraph">Binary got you baffled? Let’s break it down! In this fun crash course, I’ll show you how to convert binary to decimal step-by-step—super easy, no stress. We’ll go from 765,432 in decimal to 10101111 in binary (that’s 335, btw), with tricks to eyeball it fast. Perfect for beginners or anyone who loves a good tech challenge. Hit subscribe—I wake up in a cold sweat when you do, and it means the world! More vids coming your way!</p>



<p class="wp-block-paragraph">Introduction to Binary and Decimal 00:00:00<br>Understanding Decimal System 00:00:44<br>Decimal Position Strengths 00:01:39<br>Decimal Formula Explanation 00:03:48<br>Transition to Binary System 00:06:31<br>Binary Position Strengths 00:07:19<br>Binary Formula Breakdown 00:10:46<br>Calculating Binary Example (335) 00:12:55<br>Quick Binary Conversion Trick 00:15:24<br>Memorizing Binary Positions 00:13:52<br>Small Binary Example (19) 00:15:43<br>Closing and Subscription Request 00:16:48</p>



<p class="wp-block-paragraph">Thanks for watching!</p>



<p class="wp-block-paragraph">Find us on other social media here:</p>



<ul class="wp-block-list">
<li>https://www.NeuralLantern.com/social</li>
</ul>



<p class="wp-block-paragraph">Please help support us!</p>



<ul class="wp-block-list">
<li>Subscribing + Sharing on Social Media</li>



<li>Leaving a comment or suggestion</li>



<li>Subscribing to our Blog</li>



<li>Watching the main &#8220;pinned&#8221; video of this channel for offers and extras</li>
</ul>



<p class="wp-block-paragraph">Hello there. Let&#8217;s talk about converting binary to decimal.</p>



<p class="wp-block-paragraph">Just a quick recap for those of you who don&#8217;t know. Watch my other videos if you&#8217;re not sure</p>



<p class="wp-block-paragraph">about number bases, but basically, you know, decimal is a number system that has 10 characters</p>



<p class="wp-block-paragraph">to represent a number. So 0, 1, 2, 4, 5, 6, 7, 8, 9. That&#8217;s 10 characters in decimal.</p>



<p class="wp-block-paragraph">In binary, we just have two characters.</p>



<p class="wp-block-paragraph">So it&#8217;s base two, whereas decimal is base 10.</p>



<p class="wp-block-paragraph">How can we convert between the two?</p>



<p class="wp-block-paragraph">Well, first, before we can try to convert between the two,</p>



<p class="wp-block-paragraph">we should try to understand what&#8217;s really going on with normal decimal representations.</p>



<p class="wp-block-paragraph">So if I have a decimal number here, and I say, I don&#8217;t know,</p>



<p class="wp-block-paragraph">let&#8217;s just type a couple of random numbers.</p>



<p class="wp-block-paragraph">How do we really know what this value is?</p>



<p class="wp-block-paragraph">How do we kind of understand what is the meaning?</p>



<p class="wp-block-paragraph">Okay, so you know that, you know,</p>



<p class="wp-block-paragraph">if you just kind of look at this for a second,</p>



<p class="wp-block-paragraph">you&#8217;ll realize this is 765,000, right?</p>



<p class="wp-block-paragraph">765,432.</p>



<p class="wp-block-paragraph">How do we know that this is 700,000?</p>



<p class="wp-block-paragraph">Because it&#8217;s in a certain position.</p>



<p class="wp-block-paragraph">It&#8217;s like, you know, several digits to the left.</p>



<p class="wp-block-paragraph">How do we know that the next one represents 65,000?</p>



<p class="wp-block-paragraph">Well, it&#8217;s one less to the left.</p>



<p class="wp-block-paragraph">uh it&#8217;s a tenth of the like power of the seven digit same thing for the five how do we know</p>



<p class="wp-block-paragraph">that&#8217;s a thousand same thing for the four and the three and the two what we really do is we end up</p>



<p class="wp-block-paragraph">deciding okay you know what the uh the first digit here on the right side that two uh the strength of</p>



<p class="wp-block-paragraph">of one. So like, you know, two times one is just two. So whatever, whatever that digit is, if it</p>



<p class="wp-block-paragraph">was a five, it would just be a five, five times one is five, right? So the strength of the very</p>



<p class="wp-block-paragraph">first digit on the right side is just one. Every time we move one digit to the left, we multiply</p>



<p class="wp-block-paragraph">the strength by 10. The reason we multiply the strength by 10 is because there are 10 possible</p>



<p class="wp-block-paragraph">digits, or 10 possible characters that we can use in decimal. Makes sense, right? So that means the</p>



<p class="wp-block-paragraph">Makes sense, right?</p>



<p class="wp-block-paragraph">So that means the three, we know that represents, you know, an addition of 30 because that&#8217;s</p>



<p class="wp-block-paragraph">the 10th strength place.</p>



<p class="wp-block-paragraph">Same thing for the four.</p>



<p class="wp-block-paragraph">We multiply 10 by 10 again to get 100 in that position.</p>



<p class="wp-block-paragraph">So this one has a strength of 100.</p>



<p class="wp-block-paragraph">I&#8217;m writing this vertically.</p>



<p class="wp-block-paragraph">Hopefully this is not too messy, but I&#8217;m hoping you&#8217;ll understand.</p>



<p class="wp-block-paragraph">Well, I don&#8217;t know.</p>



<p class="wp-block-paragraph">Maybe if I space this out, does that make it better or worse?</p>



<p class="wp-block-paragraph">maybe it makes it slightly better i don&#8217;t know i&#8217;m going to roll with it</p>



<p class="wp-block-paragraph">what can i say i&#8217;m a rebel okay so i live dangerously the five we know that&#8217;s worth</p>



<p class="wp-block-paragraph">five thousand because again the four position over here you know that third digit it had a</p>



<p class="wp-block-paragraph">strength of 100 so we multiply that strength by 10 going to the left to to end up with a thousand</p>



<p class="wp-block-paragraph">to end up with a thousand.</p>



<p class="wp-block-paragraph">So same thing with the six.</p>



<p class="wp-block-paragraph">I&#8217;m not going to explain that any further.</p>



<p class="wp-block-paragraph">You know, it&#8217;s got a strength of, you know, 10,000.</p>



<p class="wp-block-paragraph">Okay.</p>



<p class="wp-block-paragraph">And then the seven, it&#8217;s got a strength of 100,000.</p>



<p class="wp-block-paragraph">And it just keeps going and going and going to millions and billions and trillions</p>



<p class="wp-block-paragraph">and however far you actually want to go.</p>



<p class="wp-block-paragraph">That&#8217;s how we understand the decimal numbers</p>



<p class="wp-block-paragraph">that we&#8217;re looking at.</p>



<p class="wp-block-paragraph">How could you imagine this in terms of a formula?</p>



<p class="wp-block-paragraph">Well, we&#8217;re really raising something to the 10th power.</p>



<p class="wp-block-paragraph">If you think about this, the one,</p>



<p class="wp-block-paragraph">we could imagine that the value one</p>



<p class="wp-block-paragraph">is actually 10 to the zero power</p>



<p class="wp-block-paragraph">because anything raised to the zero power is just a one.</p>



<p class="wp-block-paragraph">Let me pull up this calculator real fast.</p>



<p class="wp-block-paragraph">I got to stick that on my desktop in the future.</p>



<p class="wp-block-paragraph">If we say 10 to the zero power, it&#8217;s just one.</p>



<p class="wp-block-paragraph">Any number to the zero power is just one.</p>



<p class="wp-block-paragraph">Okay, so then we would multiply that strength</p>



<p class="wp-block-paragraph">by the actual digit that we see,</p>



<p class="wp-block-paragraph">the character that we see.</p>



<p class="wp-block-paragraph">It&#8217;s a two.</p>



<p class="wp-block-paragraph">Okay, so that&#8217;s going to be two times 10 to the zero power.</p>



<p class="wp-block-paragraph">I&#8217;m going to put that in parentheses</p>



<p class="wp-block-paragraph">to keep it a little bit clean or somewhat cleaner.</p>



<p class="wp-block-paragraph">So now when we go one to the left</p>



<p class="wp-block-paragraph">to look at that three digit,</p>



<p class="wp-block-paragraph">to look at that three digit, we end up with three times something.</p>



<p class="wp-block-paragraph">Let me get a space here for my brain.</p>



<p class="wp-block-paragraph">Times 10 to the something power.</p>



<p class="wp-block-paragraph">Well, every time we go to the left, we just really have to increase the power by one.</p>



<p class="wp-block-paragraph">It&#8217;s 10 to the first power because we&#8217;re looking for actually just the number 10.</p>



<p class="wp-block-paragraph">So if we say 10 to the first power on that calculator, it&#8217;s 10.</p>



<p class="wp-block-paragraph">So then, you know, just keep repeating the process.</p>



<p class="wp-block-paragraph">10 to the second power. And that should be 100. So if I say 10 to the second power, it&#8217;s 100.</p>



<p class="wp-block-paragraph">All right. And, you know, we&#8217;re adding all the positions together, even though we&#8217;re multiplying</p>



<p class="wp-block-paragraph">the digit by its strength. So I&#8217;m going to say five times 10 to the third power. And then again,</p>



<p class="wp-block-paragraph">just to double check here, 10 to the third power is 1000. So you can see the five was supposed to</p>



<p class="wp-block-paragraph">and then again we&#8217;ll say six times ten to the fourth power and then just double check here</p>



<p class="wp-block-paragraph">the fourth power should be a thousand sorry ten thousand and then we&#8217;ll do it one last time we&#8217;ll</p>



<p class="wp-block-paragraph">say seven times ten to the fifth power which should be a hundred thousand all right so now</p>



<p class="wp-block-paragraph">that we&#8217;ve written this all out you know this is kind of madness right what you can do now</p>



<p class="wp-block-paragraph">do now is you can put this into the calculator and it should give you the exact same number that</p>



<p class="wp-block-paragraph">we started with. We should see 765432, unless there&#8217;s a typo. 765432. Nice. Okay, that might</p>



<p class="wp-block-paragraph">have seemed like it was a little bit of a waste of time, but it&#8217;s not because now we kind of</p>



<p class="wp-block-paragraph">understand the breakdown of the different positions of the digits in decimal, which means</p>



<p class="wp-block-paragraph">now we can do the same thing in binary, basically the exact same thing, except just use a power of,</p>



<p class="wp-block-paragraph">use a two to some power rather than a 10 to some power because the only reason we use 10 down here</p>



<p class="wp-block-paragraph">it says we were in decimal that has a base of 10 now let&#8217;s go into binary</p>



<p class="wp-block-paragraph">which is um a base of two so i&#8217;m going to just i guess maybe what did i do wrong</p>



<p class="wp-block-paragraph">i hit something and it like did a space i don&#8217;t even want to know i don&#8217;t even want to know</p>



<p class="wp-block-paragraph">okay so let&#8217;s do a binary number i&#8217;m just going to type a few random digits</p>



<p class="wp-block-paragraph">a few random digits. I don&#8217;t know what number this is yet, but let&#8217;s work it out slowly</p>



<p class="wp-block-paragraph">in the same way. You know what, maybe instead of doing the formula first and only, let&#8217;s do</p>



<p class="wp-block-paragraph">both parts like we did with decimal. So what&#8217;s the position, what&#8217;s the strength of the position</p>



<p class="wp-block-paragraph">for that first character? Well, I said before the first character is always just going to be,</p>



<p class="wp-block-paragraph">sorry, the first digit is always just going to be a one, right? That&#8217;s going to be true</p>



<p class="wp-block-paragraph">So I&#8217;m going to say this has a strength of 1.</p>



<p class="wp-block-paragraph">How do we know it&#8217;s a strength of 1?</p>



<p class="wp-block-paragraph">Because we&#8217;ll take 2 to the something power.</p>



<p class="wp-block-paragraph">We start at 0 for that first position, and it&#8217;s going to give us a 1.</p>



<p class="wp-block-paragraph">Okay.</p>



<p class="wp-block-paragraph">So the strength of this one, I already know binary.</p>



<p class="wp-block-paragraph">So I just know off the top of my head that to go to the left,</p>



<p class="wp-block-paragraph">the strength just multiplies by 2.</p>



<p class="wp-block-paragraph">And that&#8217;s pretty easy after you start memorizing it.</p>



<p class="wp-block-paragraph">I haven&#8217;t quite memorized hexadecimal yet, but maybe you will in another video.</p>



<p class="wp-block-paragraph">So I&#8217;m going to multiply one by two and I&#8217;m going to end up with two.</p>



<p class="wp-block-paragraph">Double check over here in the calculator.</p>



<p class="wp-block-paragraph">Two to the first power is two.</p>



<p class="wp-block-paragraph">So then the strength of this next digit should be four.</p>



<p class="wp-block-paragraph">Two times two is four, right?</p>



<p class="wp-block-paragraph">So let&#8217;s do two to the second power.</p>



<p class="wp-block-paragraph">That&#8217;s four.</p>



<p class="wp-block-paragraph">Multiply by two again.</p>



<p class="wp-block-paragraph">It&#8217;s going to be eight.</p>



<p class="wp-block-paragraph">Double check over here.</p>



<p class="wp-block-paragraph">Two to the third power is eight.</p>



<p class="wp-block-paragraph">The next digit is going to be 16 of its strength.</p>



<p class="wp-block-paragraph">So I&#8217;m going to write this vertically again.</p>



<p class="wp-block-paragraph">So it&#8217;s going to be 16.</p>



<p class="wp-block-paragraph">Double check over here with the calculator.</p>



<p class="wp-block-paragraph">Double check over here with the calculator, 2 to the 4th power is 16.</p>



<p class="wp-block-paragraph">Next digit is going to be 32.</p>



<p class="wp-block-paragraph">Double check with the calculator, 2 to the 5th power.</p>



<p class="wp-block-paragraph">And things are starting to get messy, so I think I&#8217;m going to like space everything out probably.</p>



<p class="wp-block-paragraph">Just to make it easier to read.</p>



<p class="wp-block-paragraph">Tell me if you think this makes it actually easier to read or if I&#8217;m making it way harder.</p>



<p class="wp-block-paragraph">I think I&#8217;m making it easier.</p>



<p class="wp-block-paragraph">Okay, so we got 32.</p>



<p class="wp-block-paragraph">two. Next one up is going to be 64. Just multiply it by two. Double check two to the sixth power.</p>



<p class="wp-block-paragraph">That&#8217;s going to be 64. And then the biggest one that we&#8217;ve written down is going to be 128.</p>



<p class="wp-block-paragraph">Double check it. Six to the seventh power is 128. We could go on and on and on, but I&#8217;m just going</p>



<p class="wp-block-paragraph">to leave it here because we, I hope we have a pretty good idea of, you know, what this means.</p>



<p class="wp-block-paragraph">delineation or like a delimiter showing us that these are just representing the strengths and</p>



<p class="wp-block-paragraph">this is the actual number. Okay, so how can we write this out in a formula?</p>



<p class="wp-block-paragraph">Whoa, what did I do wrong? Did you see that? Oh no. Hang on a second.</p>



<p class="wp-block-paragraph">I think I missed it. How many digits are there? If there are eight digits, then I definitely forgot</p>



<p class="wp-block-paragraph">something. No, no. Okay. There are nine digits, so the last one should be 256. Okay.</p>



<ol start="256" class="wp-block-list">
<li>Okay. So I got it all lined up. At some point I must have not lined it up. My apologies,</li>
</ol>



<p class="wp-block-paragraph">but hey, maybe I&#8217;m making these mistakes on purpose to make sure that you&#8217;re paying attention.</p>



<p class="wp-block-paragraph">You never know. I want you to think. So 256 is going to be the next number. Double check it with</p>



<p class="wp-block-paragraph">the calculator. Two to the eighth power, 256. Cool. By the way, a quick trick in binary that</p>



<p class="wp-block-paragraph">the actual highest number that you can represent in an unsigned binary integer is basically the</p>



<p class="wp-block-paragraph">strength of the highest digit, you know, this 256 here, multiplied by two and then subtract one</p>



<p class="wp-block-paragraph">from it. So 256 multiplied by two is going to be 512. So it&#8217;s going to be 511. So I could</p>



<p class="wp-block-paragraph">represent a number between zero and 511 or 512 possible combinations. Okay, so now let&#8217;s work</p>



<p class="wp-block-paragraph">let&#8217;s work out the formula.</p>



<p class="wp-block-paragraph">See 16, 30, 16, 40, okay, I did it okay.</p>



<p class="wp-block-paragraph">I probably should have rehearsed this.</p>



<p class="wp-block-paragraph">So let&#8217;s do each position.</p>



<p class="wp-block-paragraph">So it&#8217;s either always gonna be one times something</p>



<p class="wp-block-paragraph">or zero times something, right?</p>



<p class="wp-block-paragraph">Because binary, these characters can only be one or a zero.</p>



<p class="wp-block-paragraph">So let&#8217;s do on the, starting from the right,</p>



<p class="wp-block-paragraph">we&#8217;ll say one times two to the something power.</p>



<p class="wp-block-paragraph">It&#8217;s gonna be two to the zero power</p>



<p class="wp-block-paragraph">You know, just going to be a one.</p>



<p class="wp-block-paragraph">Working our way over to the left, it&#8217;s going to be one times two to the something power</p>



<p class="wp-block-paragraph">to the first power because it just increases every time the power increases.</p>



<p class="wp-block-paragraph">We have four ones in a row here.</p>



<p class="wp-block-paragraph">I got to try to remember that.</p>



<p class="wp-block-paragraph">This is where I&#8217;m going to start making lots and lots of typos.</p>



<p class="wp-block-paragraph">Two to the second power.</p>



<p class="wp-block-paragraph">And then we have another one.</p>



<p class="wp-block-paragraph">One, two, three, four, one times two to the third power.</p>



<p class="wp-block-paragraph">And then again, we are going to hit a zero.</p>



<p class="wp-block-paragraph">So it&#8217;s going to be zero times two to the something power.</p>



<p class="wp-block-paragraph">You might be tempted to omit the zeros.</p>



<p class="wp-block-paragraph">You can if you want to.</p>



<p class="wp-block-paragraph">But for me personally, it helps me quickly visually see that I&#8217;m getting the powers in</p>



<p class="wp-block-paragraph">the right order.</p>



<p class="wp-block-paragraph">I can see two to the zero power, first power, second power, third power, fourth power.</p>



<p class="wp-block-paragraph">Sometimes when I omit the zeros, I end up kind of like messing up the order of the powers</p>



<p class="wp-block-paragraph">and or the order of the exponents.</p>



<p class="wp-block-paragraph">of the exponents and I have to redo everything all over again.</p>



<p class="wp-block-paragraph">So I just keep it this way.</p>



<p class="wp-block-paragraph">Okay, so it&#8217;s one, one, one, one, one, one, one, one, zero.</p>



<p class="wp-block-paragraph">So there&#8217;s another zero that we need</p>



<p class="wp-block-paragraph">times two to the fifth power.</p>



<p class="wp-block-paragraph">So we got both of those zeros now.</p>



<p class="wp-block-paragraph">And then we need another one times two to the sixth power.</p>



<p class="wp-block-paragraph">And then we need</p>



<p class="wp-block-paragraph">0 times 2 to the 7th power.</p>



<p class="wp-block-paragraph">Okay.</p>



<p class="wp-block-paragraph">And then we have another 1 times 2 to the 8th power.</p>



<p class="wp-block-paragraph">And I know we&#8217;re supposed to be done on 8</p>



<p class="wp-block-paragraph">because that&#8217;s what we were doing before.</p>



<p class="wp-block-paragraph">The 256 strength.</p>



<p class="wp-block-paragraph">So unless I made some mistakes here,</p>



<p class="wp-block-paragraph">this is probably the number that we can punch up into the calculator</p>



<p class="wp-block-paragraph">to see what this binary number is.</p>



<p class="wp-block-paragraph">So I&#8217;m going to punch it up.</p>



<p class="wp-block-paragraph">Huge.</p>



<p class="wp-block-paragraph">It says that it&#8217;s the number 335.</p>



<p class="wp-block-paragraph">Let&#8217;s see if that&#8217;s actually right.</p>



<p class="wp-block-paragraph">I&#8217;m going to punch this up in my personal calculator real fast.</p>



<p class="wp-block-paragraph">I&#8217;m going to say 10101111.</p>



<p class="wp-block-paragraph">And the expression is decimal 335.</p>



<p class="wp-block-paragraph">Yep.</p>



<p class="wp-block-paragraph">So that&#8217;s it.</p>



<p class="wp-block-paragraph">We know how to convert from binary to decimal.</p>



<p class="wp-block-paragraph">And just again, like as a quick shorthand,</p>



<p class="wp-block-paragraph">it&#8217;s probably a good idea if you&#8217;re involved in computer science,</p>



<p class="wp-block-paragraph">to memorize these positions up to maybe</p>



<p class="wp-block-paragraph">6, 5, 5, 3, 6.</p>



<p class="wp-block-paragraph">That might sound a little extreme sometimes,</p>



<p class="wp-block-paragraph">but I don&#8217;t know.</p>



<p class="wp-block-paragraph">Personally, I&#8217;m not like the most advanced</p>



<p class="wp-block-paragraph">binary reader at all times,</p>



<p class="wp-block-paragraph">but I can remember up to that much.</p>



<p class="wp-block-paragraph">And what do I mean when I&#8217;m saying that?</p>



<p class="wp-block-paragraph">I&#8217;m saying, you know, start with a 1, 2, 4, 8,</p>



<p class="wp-block-paragraph">8, 2, 56, 5, 12, 1, 2, 4, 2, 0, 4, 8, 4, 0, 9, 6, 8, 1, 9, 2, 1, 6, 3, 8, 4.</p>



<p class="wp-block-paragraph">Took me a while to remember that one.</p>



<p class="wp-block-paragraph">3, 2, 7, 6, 8, 6, 5, 5, 3, 6.</p>



<p class="wp-block-paragraph">So if you think about it, how many bits is this?</p>



<p class="wp-block-paragraph">1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16.</p>



<p class="wp-block-paragraph">Right here, 16.</p>



<p class="wp-block-paragraph">That&#8217;ll give you two bytes worth of memorization or a word on many systems.</p>



<p class="wp-block-paragraph">on many systems. For me personally, I just, I like to go up to 6, 5, 5, 3, 5 because</p>



<p class="wp-block-paragraph">remember I was saying, you know, what is the highest number that you can go up to</p>



<p class="wp-block-paragraph">with a certain number of bits? It&#8217;s always the power or the strength of the highest bit</p>



<p class="wp-block-paragraph">multiplied by two and then subtract one. So when I remember 6, 5, 5, 3, 6, that tells me that if I</p>



<ol start="65535" class="wp-block-list">
<li>This is very, very useful if you&#8217;re going to be working with binary numbers a lot,</li>
</ol>



<p class="wp-block-paragraph">or if you&#8217;re taking exams or whatever it is that you&#8217;re doing, I would recommend everyone do this.</p>



<p class="wp-block-paragraph">Okay. What do you say? What do you say we do another binary number, but we&#8217;ll just do something</p>



<p class="wp-block-paragraph">a little bit smaller to make it easy. Okay. So by the way, when you start to memorize these positions,</p>



<p class="wp-block-paragraph">start to eyeball it, which is really, really fast and a good idea. Like I can see those two</p>



<p class="wp-block-paragraph">numbers right there. I know the first one is a one and the second one is a two. So that means the</p>



<p class="wp-block-paragraph">one and the one are just going to be a value of three. Then I just quickly go, all right, one,</p>



<p class="wp-block-paragraph">two, four, eight, one, two, four, eight, 16. So it&#8217;s going to be 16 plus three. So it&#8217;s going to</p>



<p class="wp-block-paragraph">be 19. I guarantee it. Let&#8217;s, let&#8217;s double check this real fast. We&#8217;ll say one times two to the</p>



<p class="wp-block-paragraph">and then we&#8217;ll say 1 times 2 to the first power</p>



<p class="wp-block-paragraph">and then we&#8217;ll say 0 times 2 to the second power</p>



<p class="wp-block-paragraph">and then we&#8217;ll say 0 times 2 to the third power</p>



<p class="wp-block-paragraph">and then we&#8217;ll say 1 times 2 to the fourth power</p>



<p class="wp-block-paragraph">and if I didn&#8217;t go too fast and make a bunch of typos</p>



<p class="wp-block-paragraph">it should be the number 19</p>



<p class="wp-block-paragraph">So there is a lot of benefit in memorizing the strength of these different positions.</p>



<p class="wp-block-paragraph">I personally never remember very much beyond 256 when I&#8217;m actually trying to work out a number</p>



<p class="wp-block-paragraph">conversion, but when I&#8217;m just thinking of how to compute things, it&#8217;s faster if I can go up to</p>



<ol start="65536" class="wp-block-list">
<li>Okay, I hope you enjoyed this video. I hope you learned a little bit of stuff. I hope</li>
</ol>



<p class="wp-block-paragraph">you had a little bit of fun. I&#8217;ll see you in the next one.</p>



<p class="wp-block-paragraph">Hey everybody! Thanks for watching this video again from the bottom of my heart.</p>



<p class="wp-block-paragraph">I really appreciate it. I do hope you did learn something and have some fun.</p>



<p class="wp-block-paragraph">If you could do me a please, a small little favor, could you please subscribe</p>



<p class="wp-block-paragraph">and follow this channel or these videos or whatever it is you do on the current</p>



<p class="wp-block-paragraph">social media website that you&#8217;re looking at right now. It would really mean the</p>



<p class="wp-block-paragraph">world to me and it&#8217;ll help make more videos and grow this community so we&#8217;ll</p>



<p class="wp-block-paragraph">be able to do more videos, longer videos, better videos or just I&#8217;ll be able to</p>



<p class="wp-block-paragraph">just I&#8217;ll be able to keep making videos in general so please do do me a kindness and uh and subscribe</p>



<p class="wp-block-paragraph">you know sometimes I&#8217;m sleeping in the middle of the night and I just wake up because I know</p>



<p class="wp-block-paragraph">somebody subscribed or followed it just wakes me up and I get filled with joy that&#8217;s exactly what</p>



<p class="wp-block-paragraph">happens every single time so you could do it as a nice favor to me or you could you could troll me</p>



<p class="wp-block-paragraph">if you want to just wake me up in the middle of the night just subscribe and then I&#8217;ll I&#8217;ll just</p>



<p class="wp-block-paragraph">wake up I promise that&#8217;s what will happen also uh if you look at the middle of the screen right now</p>



<p class="wp-block-paragraph">screen right now you should see a QR code which you can scan in order to go to the website which</p>



<p class="wp-block-paragraph">I think is also named somewhere at the bottom of this video and it&#8217;ll take you to my main website</p>



<p class="wp-block-paragraph">where you can just kind of like see all the videos I published and the services and tutorials and</p>



<p class="wp-block-paragraph">things that I offer and all that good stuff and if you have a suggestion for clarifications or</p>



<p class="wp-block-paragraph">errata or just future videos that you want to see please leave a comment or if you just want to say</p>



<p class="wp-block-paragraph">what&#8217;s going on? You know, just send me a comment, whatever. I also wake up for those in the middle</p>



<p class="wp-block-paragraph">of the night. I get, I wake up in a cold sweat and I&#8217;m like, it would really, it really mean the</p>



<p class="wp-block-paragraph">world to me. I would really appreciate it. So again, thank you so much for watching this video</p>



<p class="wp-block-paragraph">and enjoy the cool music as, as I fade into the darkness, which is coming for us all.</p>



<p class="wp-block-paragraph">Thank you.</p>
<p>The post <a href="https://www.NeuralLantern.com/binary-to-decimal-made-easy-fun-crash-course-for-beginners/">Binary to Decimal Made Easy: Fun Crash Course for Beginners</a> appeared first on <a href="https://www.NeuralLantern.com">NeuralLantern.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.NeuralLantern.com/binary-to-decimal-made-easy-fun-crash-course-for-beginners/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Decimal to Binary Made Easy (Even I Can Do It!)</title>
		<link>https://www.NeuralLantern.com/decimal-to-binary-made-easy-even-i-can-do-it/</link>
					<comments>https://www.NeuralLantern.com/decimal-to-binary-made-easy-even-i-can-do-it/#respond</comments>
		
		<dc:creator><![CDATA[mike]]></dc:creator>
		<pubDate>Sat, 05 Apr 2025 02:53:37 +0000</pubDate>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[base 10 to base 2]]></category>
		<category><![CDATA[binary conversion]]></category>
		<category><![CDATA[binary numbers explained]]></category>
		<category><![CDATA[binary tutorial]]></category>
		<category><![CDATA[coding fundamentals]]></category>
		<category><![CDATA[computer science basics]]></category>
		<category><![CDATA[decimal binary step by step]]></category>
		<category><![CDATA[decimal to binary]]></category>
		<category><![CDATA[easy math tutorial]]></category>
		<category><![CDATA[how to convert decimal]]></category>
		<category><![CDATA[learn binary]]></category>
		<category><![CDATA[math for beginners]]></category>
		<category><![CDATA[math practice]]></category>
		<category><![CDATA[math tricks]]></category>
		<category><![CDATA[number systems]]></category>
		<guid isPermaLink="false">https://www.NeuralLantern.com/?p=47</guid>

					<description><![CDATA[<p>Hey there! Let’s dive into converting decimal to binary—super simple once you get it! I walk you through 55432 and 632, step-by-step, with a few calculator oopsies (I’m not a&#8230;</p>
<p>The post <a href="https://www.NeuralLantern.com/decimal-to-binary-made-easy-even-i-can-do-it/">Decimal to Binary Made Easy (Even I Can Do It!)</a> appeared first on <a href="https://www.NeuralLantern.com">NeuralLantern.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-embed is-type-wp-embed is-provider-rumble-com wp-block-embed-rumble-com"><div class="wp-block-embed__wrapper">
<iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" title="Decimal to Binary Made Easy (Even I Can Do It!)" src="https://rumble.com/embed/v6phdkh/#?secret=DLvY0RU5yO" data-secret="DLvY0RU5yO" width="1000" height="563" frameborder="0"></iframe>
</div></figure>



<p class="wp-block-paragraph">Hey there! Let’s dive into converting decimal to binary—super simple once you get it! I walk you through 55432 and 632, step-by-step, with a few calculator oopsies (I’m not a math whiz either). Learn the divide-by-2 trick, why remainders matter, and how to double-check your work. Plus, a pro tip: don’t just memorize—practice tons! Hit subscribe if you liked it, and let’s keep learning together!</p>



<p class="wp-block-paragraph">Introduction to Decimal and Binary 00:00:00<br>Explaining Base 10 and Base 2 00:00:11<br>Conversion Method Overview 00:01:35<br>Starting Conversion Example (55432) 00:02:20<br>Step-by-Step Division Process 00:02:35<br>Using Modulo Operator 00:02:57<br>Continuing Division Steps 00:04:04<br>Reaching Remainder Patterns 00:05:53<br>Finishing Conversion and Reversing 00:09:17<br>Double-Checking Binary Result 00:11:51<br>Second Example Introduction (632) 00:12:52<br>Conversion Process for 632 00:13:04<br>Correcting Mistakes in Calculation 00:14:22<br>Completing 632 Conversion 00:15:56<br>Learning Tips and Verification 00:16:04<br>Outro and Subscription Request 00:16:40<br>Additional Engagement Options 00:17:41</p>



<p class="wp-block-paragraph">Thanks for watching!</p>



<p class="wp-block-paragraph">Find us on other social media here:</p>



<ul class="wp-block-list">
<li>https://www.NeuralLantern.com/social</li>
</ul>



<p class="wp-block-paragraph">Please help support us!</p>



<ul class="wp-block-list">
<li>Subscribing + Sharing on Social Media</li>



<li>Leaving a comment or suggestion</li>



<li>Subscribing to our Blog</li>



<li>Watching the main &#8220;pinned&#8221; video of this channel for offers and extras</li>
</ul>



<p class="wp-block-paragraph">Hello there.</p>



<p class="wp-block-paragraph">Let&#8217;s talk about converting decimal to binary.</p>



<p class="wp-block-paragraph">So decimal and binary, if you don&#8217;t already know, they&#8217;re number representations with</p>



<p class="wp-block-paragraph">different bases.</p>



<p class="wp-block-paragraph">So if we have like a decimal, it&#8217;s base 10, which means we have the character 0, 1, 2,</p>



<p class="wp-block-paragraph">to represent a number. We could represent the same exact number in binary as long as you&#8217;re</p>



<p class="wp-block-paragraph">not using like a fraction or anything in binary which is a base 2 because in binary you only have</p>



<p class="wp-block-paragraph">a 0 and a 1. By the way we can use fractions in binary it&#8217;s just that when you start using</p>



<p class="wp-block-paragraph">fractions then sometimes the numbers don&#8217;t translate precisely in every single case.</p>



<p class="wp-block-paragraph">They often do but not always so. If you&#8217;re not using a fraction and you want to convert a number</p>



<p class="wp-block-paragraph">to binary or binary to decimal it should work you should be able to represent the number exactly</p>



<p class="wp-block-paragraph">okay so base 10 means we have 10 digits that we can use base 2 means uh two digits or two</p>



<p class="wp-block-paragraph">sorry two characters or 10 characters and um how do we convert a number okay so the first thing</p>



<p class="wp-block-paragraph">i&#8217;d like to do is let&#8217;s see five five four three two is what i wanted to do let&#8217;s take a number</p>



<p class="wp-block-paragraph">And we&#8217;ll convert this number into binary.</p>



<p class="wp-block-paragraph">So the first thing that we do is we try to understand that every single time we have</p>



<p class="wp-block-paragraph">a temporary number as we&#8217;re converting from decimal to binary, we&#8217;ll just keep dividing</p>



<p class="wp-block-paragraph">it by two forever and take the remainder at each step.</p>



<p class="wp-block-paragraph">The remainder is going to be either zero or one because we divided by two.</p>



<p class="wp-block-paragraph">When we eventually have nothing left, then we&#8217;re done.</p>



<p class="wp-block-paragraph">and all of the remainders are going to be the binary number so let&#8217;s try it I&#8217;m</p>



<p class="wp-block-paragraph">gonna pull up a calculator because I&#8217;m not like super sharp at math all the</p>



<p class="wp-block-paragraph">time I just want to do this quickly remove from favorites was already in</p>



<p class="wp-block-paragraph">there oh it&#8217;s right there the symbol doesn&#8217;t make sense the calculate people</p>



<p class="wp-block-paragraph">have a different symbol and I I&#8217;m doing something wrong it&#8217;s not showing the</p>



<p class="wp-block-paragraph">right symbol here I need to fix that okay so 554 32 so the first thing we do</p>



<p class="wp-block-paragraph">So the first thing we do is we divide it by 2, so I&#8217;m going to say 55432, just write down all the steps, it&#8217;s a really, really good idea.</p>



<p class="wp-block-paragraph">55432 divided by 2 is what? It&#8217;s something, remainder something.</p>



<p class="wp-block-paragraph">So the remainder is either going to be 0 or 1, so I&#8217;m just going to punch that into the calculator real fast, divided by 2, that&#8217;s going to be 27716.</p>



<p class="wp-block-paragraph">Well, we started with an even number so I can just infer that the remainder is going to be zero.</p>



<p class="wp-block-paragraph">But if you&#8217;re not sure, you can use the modulo operator.</p>



<p class="wp-block-paragraph">So here when we use the division operator, it&#8217;ll tell us what the quotient is.</p>



<p class="wp-block-paragraph">What&#8217;s the actual, you know, what is that number divided by the other number?</p>



<p class="wp-block-paragraph">But if we use the modulo operator, it&#8217;ll just give us the remainder.</p>



<p class="wp-block-paragraph">Not all calculators do this. Keep that in mind.</p>



<p class="wp-block-paragraph">7 7 1 6 which was the the result and just multiply it by 2 again if you have the same exact number as you started with</p>



<p class="wp-block-paragraph">Then you know the remainder is 0 otherwise</p>



<p class="wp-block-paragraph">You can subtract the original number 5 5 4 3 2 from</p>



<p class="wp-block-paragraph">The number that you multiplied back up and then that should give you the real remainder. Hopefully your calculator does modulo though</p>



<p class="wp-block-paragraph">For those of you who are ambitious you can probably just open up a Python terminal and</p>



<p class="wp-block-paragraph">way because programming languages all have the modular operator and python is pretty easy to get</p>



<p class="wp-block-paragraph">into all right so we&#8217;ve done that we now know that there is a zero somewhere in our binary result</p>



<p class="wp-block-paragraph">but because we have this result that is pretty big we&#8217;re not done we have to continue dividing</p>



<p class="wp-block-paragraph">so i&#8217;m just going to take that number copy paste it to the next line and divide it again</p>



<p class="wp-block-paragraph">and just repeat the process i&#8217;m going to say something divided by two it&#8217;s one three eight</p>



<p class="wp-block-paragraph">check myself here 13858 the original number was even the six was even so I know there&#8217;s not going</p>



<p class="wp-block-paragraph">to be a remainder pretty much you know if it&#8217;s even zero remainder if it&#8217;s odd one remainder</p>



<p class="wp-block-paragraph">that&#8217;s pretty easy I don&#8217;t need to worry about the modulo operator and then I&#8217;m going to do it</p>



<p class="wp-block-paragraph">again copy paste 13858 down to the next line divided by two equals what</p>



<p class="wp-block-paragraph">2929 so 6929 remainder what?</p>



<p class="wp-block-paragraph">858 at the end there was even so I&#8217;m going to say it&#8217;s remainder zero that&#8217;s like a lot of zero remainders for me personally</p>



<p class="wp-block-paragraph">I like to space</p>



<p class="wp-block-paragraph">My notepad results here out so that everything is lined up notice how the R is kind of like askew</p>



<p class="wp-block-paragraph">So I&#8217;m just going to hit a space there to make sure everything is lined up</p>



<p class="wp-block-paragraph">And then I&#8217;m going to do it again</p>



<p class="wp-block-paragraph">6929 divided by 2 maybe I&#8217;ll hit a space before that</p>



<p class="wp-block-paragraph">that division symbol to make sure everything is okay.</p>



<p class="wp-block-paragraph">6929 is going to be, oops, I&#8217;m on the wrong.</p>



<p class="wp-block-paragraph">Did I accidentally close that?</p>



<p class="wp-block-paragraph">Oh my gosh.</p>



<p class="wp-block-paragraph">I cannot stop myself.</p>



<p class="wp-block-paragraph">What?</p>



<p class="wp-block-paragraph">It&#8217;s saying that it was already open somewhere.</p>



<p class="wp-block-paragraph">Did I just miss that?</p>



<p class="wp-block-paragraph">No, okay.</p>



<p class="wp-block-paragraph">Whatever.</p>



<p class="wp-block-paragraph">Okay.</p>



<p class="wp-block-paragraph">So 6929 divided by two,</p>



<p class="wp-block-paragraph">divided by two it&#8217;s going to be oh I forgot yeah this calculator is not going</p>



<p class="wp-block-paragraph">to like around for me so that&#8217;s that makes it even easier if the result is</p>



<p class="wp-block-paragraph">0.5 then the remainder is definitely one otherwise the remainder is zero so it&#8217;s</p>



<p class="wp-block-paragraph">going to be three four six four remainder one three four six four</p>



<p class="wp-block-paragraph">remainder one space it out real fast three four six four remainder one okay</p>



<p class="wp-block-paragraph">and then copy three four six four forget about the one we&#8217;re not copying that</p>



<p class="wp-block-paragraph">copying the actual quotient result. So 3464 divided by 2, 1732, 32, remainder 0 because</p>



<p class="wp-block-paragraph">it was even in the first place, 1732. Oh, there it is. I keep forgetting. Maybe I should</p>



<p class="wp-block-paragraph">pin this to the top so I don&#8217;t lose it. 1732 divided by 2, it&#8217;s going to be 866. Whoops,</p>



<p class="wp-block-paragraph">3 2 divided by 2 equals 8 66 remainder 0 because it was even do my spacing i did my spacing</p>



<p class="wp-block-paragraph">then we&#8217;ll divide again 866 divided by 2 i don&#8217;t know maybe my spacing is kind of dumb maybe i</p>



<p class="wp-block-paragraph">should have spaced the numbers and not spaced the operator that&#8217;s probably better okay so 866 divided</p>



<p class="wp-block-paragraph">433, 433, and it was even, so the remainder is zero.</p>



<p class="wp-block-paragraph">And then, 433, okay, so 433 divided by two.</p>



<p class="wp-block-paragraph">I&#8217;m getting tired of this.</p>



<p class="wp-block-paragraph">I don&#8217;t know if you can tell.</p>



<p class="wp-block-paragraph">216, so 433 divided by two is going to be equal to 216,</p>



<p class="wp-block-paragraph">and then remainder one.</p>



<p class="wp-block-paragraph">Space that out.</p>



<p class="wp-block-paragraph">Oh, I messed that up again, okay.</p>



<p class="wp-block-paragraph">And then space those out, and then everything is good.</p>



<p class="wp-block-paragraph">those out and then everything is good okay so then 216 divided by two and of</p>



<p class="wp-block-paragraph">course I&#8217;m just doing this again and again and again I hope this is not too</p>



<p class="wp-block-paragraph">boring but I hope you&#8217;re following along another good tip that I like to give</p>



<p class="wp-block-paragraph">people when they&#8217;re learning new things is do not make the mistake of</p>



<p class="wp-block-paragraph">accidentally memorizing a handful of examples try to find as many examples as</p>



<p class="wp-block-paragraph">you possibly can and every time you practice use a different example that</p>



<p class="wp-block-paragraph">way you will actually learn how to do the thing instead of accidentally</p>



<p class="wp-block-paragraph">accidentally memorizing an example. Okay, so 108 divided by two. Maybe I&#8217;ll do this again,</p>



<p class="wp-block-paragraph">but with a smaller number just to make things faster. It&#8217;s going to be 54,</p>



<p class="wp-block-paragraph">remainder zero, and then 54 divided by two. I guess I can just do this in my head. I don&#8217;t</p>



<p class="wp-block-paragraph">really trust myself, so I&#8217;m going to do it over here. Okay, 24 remainder zero, because it was</p>



<p class="wp-block-paragraph">even and then we&#8217;ll do 27 over here that&#8217;s definitely going to be a remainder one so that&#8217;s</p>



<p class="wp-block-paragraph">going to be like probably 13 remainder one i don&#8217;t trust myself i&#8217;m gonna do it for real</p>



<p class="wp-block-paragraph">27 divided by 2 13 remainder 1 and then put the 13 there 13 divided by 2 is</p>



<p class="wp-block-paragraph">um 6 remainder 1 oh no i&#8217;m losing it okay 6 remainder 1</p>



<p class="wp-block-paragraph">for double checking. I am honestly not like an internal mind math whiz. And then we do</p>



<p class="wp-block-paragraph">six divided by two, that&#8217;s just going to be three remainder zero. And then we&#8217;ll do</p>



<p class="wp-block-paragraph">three divided by two is going to be, you know, one because only one of the twos can fit there.</p>



<p class="wp-block-paragraph">And then one remainder one. And then we have one left over. So we&#8217;ll say one divided by two,</p>



<p class="wp-block-paragraph">we can&#8217;t actually fit, you know, any twos into the one. So it&#8217;s going to be zero.</p>



<p class="wp-block-paragraph">so it&#8217;s going to be zero remainder one and now at this point remember we&#8217;re just carrying over</p>



<p class="wp-block-paragraph">the quotient result we&#8217;re not carrying over the remainder so if I carry this over here</p>



<p class="wp-block-paragraph">zero divided by two the number is always going to just be zero remainder zero no matter how many</p>



<p class="wp-block-paragraph">times now no matter how many times we carry this down so we know we&#8217;re done when this number that</p>



<p class="wp-block-paragraph">we&#8217;re dividing is a zero we&#8217;re just totally finished so now I&#8217;m just going to omit that</p>



<p class="wp-block-paragraph">Well, maybe I&#8217;ll leave one up there just to kind of prove a point.</p>



<p class="wp-block-paragraph">Think about this, if this is actually going to be zeros forever, which side of the number</p>



<p class="wp-block-paragraph">string would the zeros go on so that no matter how many zeros you computed, the actual result</p>



<p class="wp-block-paragraph">wouldn&#8217;t change?</p>



<p class="wp-block-paragraph">For example, if I had this original decimal number and I decided to say, all right, I&#8217;m</p>



<p class="wp-block-paragraph">going to add some zeros to it without changing the result.</p>



<p class="wp-block-paragraph">then it definitely changes what number that is, right?</p>



<p class="wp-block-paragraph">The value is now multiplied by a thousand.</p>



<p class="wp-block-paragraph">But if I put the zeros on the left,</p>



<p class="wp-block-paragraph">then the number doesn&#8217;t actually change.</p>



<p class="wp-block-paragraph">These are junk zeros.</p>



<p class="wp-block-paragraph">They don&#8217;t mean anything or they mean nothing.</p>



<p class="wp-block-paragraph">So that means wherever the endless zeros are</p>



<p class="wp-block-paragraph">is actually the left side of the binary string</p>



<p class="wp-block-paragraph">that you&#8217;re trying to make.</p>



<p class="wp-block-paragraph">Think about it.</p>



<p class="wp-block-paragraph">You know, we&#8217;re not going to put a bunch of zeros</p>



<p class="wp-block-paragraph">on the right side of a binary string</p>



<p class="wp-block-paragraph">we&#8217;d be increasing the size dramatically just based on our whims of how many times we tried</p>



<p class="wp-block-paragraph">to divide a zero.</p>



<p class="wp-block-paragraph">Instead if we stick the numbers on the left side, then the result doesn&#8217;t change so it&#8217;s</p>



<p class="wp-block-paragraph">totally fine.</p>



<p class="wp-block-paragraph">Which means if you kind of tilt your head to the left, that&#8217;s the number, not to the</p>



<p class="wp-block-paragraph">right.</p>



<p class="wp-block-paragraph">So that means you know probably intuitively you might have been thinking oh the first</p>



<p class="wp-block-paragraph">number, the first remainder we got that was going to be the first digit and then we work</p>



<p class="wp-block-paragraph">our way to the right.</p>



<p class="wp-block-paragraph">we work our way to the right no no no actually it&#8217;s backwards we have to reverse it so i&#8217;m going</p>



<p class="wp-block-paragraph">to go ahead and um you know you can you can if you want to you know you can start at the bottom</p>



<p class="wp-block-paragraph">and work your way up and then just write the binary string correctly sometimes i&#8217;d like to</p>



<p class="wp-block-paragraph">start from the top and then reverse the string later just as a little brain exercise so i&#8217;ll go</p>



<p class="wp-block-paragraph">one two three starting from the top one one two three one one two three one one zero one one</p>



<p class="wp-block-paragraph">And then I&#8217;ll reverse it.</p>



<p class="wp-block-paragraph">I&#8217;ll say 1101100010001000.</p>



<p class="wp-block-paragraph">And because I just did it this way, this provides a nice opportunity to double check your work</p>



<p class="wp-block-paragraph">because it&#8217;s really easy to get things like this wrong.</p>



<p class="wp-block-paragraph">I get things wrong all the time.</p>



<p class="wp-block-paragraph">And so if you can figure out a way to double check your work in two or three different ways,</p>



<p class="wp-block-paragraph">you reduce the chances of being wrong.</p>



<p class="wp-block-paragraph">It takes a little more time, but it&#8217;s a really good idea when you&#8217;re actually doing work</p>



<p class="wp-block-paragraph">or like you&#8217;re taking an exam or whatever.</p>



<p class="wp-block-paragraph">an exam or whatever check your work in multiple different ways so now that I&#8217;ve done it in</p>



<p class="wp-block-paragraph">the first way I&#8217;m going to do it from the bottom up just to see if I was right so I&#8217;m</p>



<p class="wp-block-paragraph">going to go one one zero one one zero zero zero one zero zero zero one zero zero zero</p>



<p class="wp-block-paragraph">does it match it seems to match so I&#8217;m pretty confident that this is the correct number let&#8217;s</p>



<p class="wp-block-paragraph">just punch it in real fast I&#8217;m going to punch it in on my personal calculator here real</p>



<p class="wp-block-paragraph">I&#8217;m just going to copy this to my outside calculator just to prove to myself that it works.</p>



<p class="wp-block-paragraph">55432.</p>



<p class="wp-block-paragraph">Okay, so this is indeed the correct answer.</p>



<p class="wp-block-paragraph">We now understand how to convert from decimal to binary.</p>



<p class="wp-block-paragraph">It&#8217;s not too bad, right?</p>



<p class="wp-block-paragraph">Let&#8217;s do another number just for fun, just something really small.</p>



<p class="wp-block-paragraph">Let&#8217;s go 632.</p>



<p class="wp-block-paragraph">Okay, whoops, nope, nope, nope.</p>



<p class="wp-block-paragraph">Let&#8217;s do another tab.</p>



<p class="wp-block-paragraph">We&#8217;ll say decimal 632 so that this is faster.</p>



<p class="wp-block-paragraph">We start with 632.</p>



<p class="wp-block-paragraph">We divide it by 2.</p>



<p class="wp-block-paragraph">632 we divide it by 2 the result is going to be oh can I guess this 350 and then like a 15 and then</p>



<p class="wp-block-paragraph">a one one I don&#8217;t know if that&#8217;s going to be right remainder zero let me see if I can punch this up</p>



<p class="wp-block-paragraph">632 divided by zero I oh I blew it oh I was thinking of okay this is why I use a calculator</p>



<p class="wp-block-paragraph">316 divided by 2 is going to be, I thought I was so cool too, like, oh, everyone watching</p>



<p class="wp-block-paragraph">is going to be so impressed that I did this in my mind.</p>



<p class="wp-block-paragraph">Nope.</p>



<p class="wp-block-paragraph">So we do 316 divided by 2, it&#8217;s going to be 158 remainder 0.</p>



<p class="wp-block-paragraph">So 158 divided by 2, that&#8217;s going to be, okay, that&#8217;s 75 plus 4, I guarantee it.</p>



<p class="wp-block-paragraph">So I&#8217;m going to do 79, 79 remainder 0.</p>



<p class="wp-block-paragraph">Let me see if I&#8217;m right.</p>



<p class="wp-block-paragraph">Oh gosh, this is going to be embarrassing if I get it wrong.</p>



<p class="wp-block-paragraph">79, okay.</p>



<p class="wp-block-paragraph">So then, now we&#8217;re gonna do 79 divided by two.</p>



<p class="wp-block-paragraph">Whoops, I spaced poorly.</p>



<p class="wp-block-paragraph">79 divided by two is basically gonna be 39 remainder one.</p>



<p class="wp-block-paragraph">We know it&#8217;s remainder one,</p>



<p class="wp-block-paragraph">cause you know, 79 is odd.</p>



<p class="wp-block-paragraph">If it was 80 divided by two, it would&#8217;ve been 40.</p>



<p class="wp-block-paragraph">So let&#8217;s just double check real fast</p>



<p class="wp-block-paragraph">to make sure that we&#8217;re getting it right.</p>



<p class="wp-block-paragraph">It&#8217;s easy to get things wrong</p>



<p class="wp-block-paragraph">if you&#8217;re not double checking yourself.</p>



<p class="wp-block-paragraph">39, okay, so then we&#8217;ll do 39 divided by two.</p>



<p class="wp-block-paragraph">divided by 2</p>



<p class="wp-block-paragraph">well that&#8217;s just going to be 20 remainder 1</p>



<p class="wp-block-paragraph">am I right about that? I don&#8217;t know</p>



<p class="wp-block-paragraph">let&#8217;s see</p>



<p class="wp-block-paragraph">39 divided by 2</p>



<p class="wp-block-paragraph">oh I blew it</p>



<p class="wp-block-paragraph">what was I thinking?</p>



<p class="wp-block-paragraph">of course it&#8217;s going to be at least 40 if it&#8217;s 20</p>



<p class="wp-block-paragraph">totally blew it</p>



<p class="wp-block-paragraph">so 19 divided by 2</p>



<p class="wp-block-paragraph">ok so I&#8217;m looking for a lower number not a higher number</p>



<p class="wp-block-paragraph">so 18 so that&#8217;s 9</p>



<p class="wp-block-paragraph">let me see 9 remainder 1</p>



<p class="wp-block-paragraph">am I right?</p>



<p class="wp-block-paragraph">Am I right? By the way all these shenanigans that I&#8217;m doing right now are exactly how I&#8217;m gonna end up with the wrong result</p>



<p class="wp-block-paragraph">And have to do this whole thing all over again from scratch, but hey at least it will be more brain exercise</p>



<p class="wp-block-paragraph">Okay, so 9 divided by 2</p>



<p class="wp-block-paragraph">I&#8217;m gonna say 4 remainder 1 because it&#8217;s odd</p>



<p class="wp-block-paragraph">We&#8217;ll do 9 divided by 2 just to double check and then we&#8217;ll say 4 divided by 2 is</p>



<p class="wp-block-paragraph">think I need to double check it although I probably should anyway 2 divided by 2 is going to be 1</p>



<p class="wp-block-paragraph">remainder 0 okay we have a 1 so we actually have to do this one more step 1 divided by 2 equals</p>



<p class="wp-block-paragraph">1 remainder 0 oh sorry sorry sorry sorry 0 remainder 0 otherwise that would have been</p>



<p class="wp-block-paragraph">infinity 1s for no reason at all so 0 remainder 0 sorry remainder 1</p>



<p class="wp-block-paragraph">Then finally, we&#8217;re down to 0 divided by 2 equals just 0, remainder 0.</p>



<p class="wp-block-paragraph">And then we&#8217;re finished.</p>



<p class="wp-block-paragraph">Okay.</p>



<p class="wp-block-paragraph">Let me do it the first way where I go from top to bottom, then reverse it.</p>



<p class="wp-block-paragraph">1, 2, 3, 1, 2, 3, 4, 1, 2, 1, 1, 2, 3, 4.</p>



<p class="wp-block-paragraph">Then I&#8217;ll try to reverse that.</p>



<p class="wp-block-paragraph">1, 2, 3, 4, 1, 1, 2, 1, 2, 3, 4, 1, 2, 3.</p>



<p class="wp-block-paragraph">Okay.</p>



<p class="wp-block-paragraph">Then I&#8217;ll do it from the bottom up.</p>



<p class="wp-block-paragraph">1, 2, 3, 4, 1, 0, 0, 1, 2, 3, 4, 1, 2, 3.</p>



<p class="wp-block-paragraph">two, three, do these two match?</p>



<p class="wp-block-paragraph">Yes, they do.</p>



<p class="wp-block-paragraph">Okay, I think we&#8217;ve successfully done this.</p>



<p class="wp-block-paragraph">We&#8217;re now semi-experts at converting decimal to binary.</p>



<p class="wp-block-paragraph">Thank you for watching.</p>



<p class="wp-block-paragraph">I hope you enjoyed this video.</p>



<p class="wp-block-paragraph">I hope you learned a little bit of stuff and had a little bit of fun.</p>



<p class="wp-block-paragraph">I&#8217;ll see you in the next video.</p>



<p class="wp-block-paragraph">Hey, everybody.</p>



<p class="wp-block-paragraph">Thanks for watching this video again from the bottom of my heart.</p>



<p class="wp-block-paragraph">I really appreciate it.</p>



<p class="wp-block-paragraph">I do hope you did learn something and have some fun.</p>



<p class="wp-block-paragraph">If you could do me a please a small little favor</p>



<p class="wp-block-paragraph">Could you please subscribe and follow this channel or these videos or whatever it is you do on the current social media?</p>



<p class="wp-block-paragraph">It&#8217;s a website that you&#8217;re looking at right now</p>



<p class="wp-block-paragraph">It would really mean the world to me and it&#8217;ll help make more videos and grow this community</p>



<p class="wp-block-paragraph">So we&#8217;ll be able to do more videos longer videos better videos or just I&#8217;ll be able to keep making videos in general</p>



<p class="wp-block-paragraph">So please do do me a kindness and and subscribe</p>



<p class="wp-block-paragraph">in the middle of the night and I just wake up because I know somebody</p>



<p class="wp-block-paragraph">subscribed or followed it just wakes me up and I get filled with joy that&#8217;s</p>



<p class="wp-block-paragraph">exactly what happens every single time so you could do it as a nice favor to me</p>



<p class="wp-block-paragraph">or you could you control me if you want to just wake me up in the middle of</p>



<p class="wp-block-paragraph">night just subscribe and then I&#8217;ll just wake up I promise that&#8217;s what will</p>



<p class="wp-block-paragraph">happen also if you look at the middle of the screen right now you should see a</p>



<p class="wp-block-paragraph">QR code which you can scan in order to go to the website which I think is also</p>



<p class="wp-block-paragraph">named somewhere at the bottom of this video and it&#8217;ll take you to my main</p>



<p class="wp-block-paragraph">take you to my main website where you can just kind of like see all the videos I published and</p>



<p class="wp-block-paragraph">the services and tutorials and things that I offer and all that good stuff and</p>



<p class="wp-block-paragraph">if you have a suggestion for clarifications or errata or just future videos that you want to</p>



<p class="wp-block-paragraph">see please leave a comment or if you just want to say hey what&#8217;s up what&#8217;s going on you know</p>



<p class="wp-block-paragraph">just send me a comment whatever I also wake up for those in the middle of the night I get</p>



<p class="wp-block-paragraph">it would really it really mean the world to me I would really appreciate it so</p>



<p class="wp-block-paragraph">again thank you so much for watching this video and enjoy the cool music as</p>



<p class="wp-block-paragraph">as I fade into the darkness which is coming for us all</p>



<p class="wp-block-paragraph">Thank you.</p>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://www.NeuralLantern.com/decimal-to-binary-made-easy-even-i-can-do-it/">Decimal to Binary Made Easy (Even I Can Do It!)</a> appeared first on <a href="https://www.NeuralLantern.com">NeuralLantern.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.NeuralLantern.com/decimal-to-binary-made-easy-even-i-can-do-it/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Master Number Bases: Decimal, Binary, and Hexadecimal Explained!</title>
		<link>https://www.NeuralLantern.com/master-number-bases-decimal-binary-and-hexadecimal-explained/</link>
					<comments>https://www.NeuralLantern.com/master-number-bases-decimal-binary-and-hexadecimal-explained/#respond</comments>
		
		<dc:creator><![CDATA[mike]]></dc:creator>
		<pubDate>Thu, 03 Apr 2025 13:34:59 +0000</pubDate>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[0b prefix]]></category>
		<category><![CDATA[0x prefix]]></category>
		<category><![CDATA[base 10]]></category>
		<category><![CDATA[base 16]]></category>
		<category><![CDATA[base 2]]></category>
		<category><![CDATA[binary explained]]></category>
		<category><![CDATA[binary numbers]]></category>
		<category><![CDATA[coding for beginners]]></category>
		<category><![CDATA[computer science basics]]></category>
		<category><![CDATA[decimal to binary]]></category>
		<category><![CDATA[geeky tutorials]]></category>
		<category><![CDATA[hex vs binary]]></category>
		<category><![CDATA[hexadecimal numbers]]></category>
		<category><![CDATA[hexadecimal tutorial]]></category>
		<category><![CDATA[how computers work]]></category>
		<category><![CDATA[learn binary]]></category>
		<category><![CDATA[number bases]]></category>
		<category><![CDATA[number systems]]></category>
		<category><![CDATA[programming tips]]></category>
		<category><![CDATA[tech education]]></category>
		<guid isPermaLink="false">https://www.NeuralLantern.com/?p=43</guid>

					<description><![CDATA[<p>Hello there! Ever wondered what number bases are all about? In this video, we?re diving into decimal (base 10 &#8211; the one you already know), binary (base 2 &#8211; just&#8230;</p>
<p>The post <a href="https://www.NeuralLantern.com/master-number-bases-decimal-binary-and-hexadecimal-explained/">Master Number Bases: Decimal, Binary, and Hexadecimal Explained!</a> appeared first on <a href="https://www.NeuralLantern.com">NeuralLantern.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-embed is-type-wp-embed is-provider-rumble-com wp-block-embed-rumble-com"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted" title="Master Number Bases: Decimal, Binary, and Hexadecimal Explained!" src="https://rumble.com/embed/v6pe6ux/#?secret=olHl5zk87A" data-secret="olHl5zk87A" width="1000" height="563" frameborder="0"></iframe>
</div></figure>



<p class="wp-block-paragraph">Hello there! Ever wondered what number bases are all about? In this video, we?re diving into decimal (base 10 &#8211; the one you already know), binary (base 2 &#8211; just 1s and 0s, how your computer thinks), and hexadecimal (base 16 &#8211; the compact cool kid). I?ll show you how the same number looks totally different across these systems &#8211; binary gets LONG, hex keeps it short and sweet. Plus, why do we even use hex? Spoiler: it?s a game-changer for reading computer memory. Stick around to learn handy prefixes like 0x and 0b to avoid mix-ups. Want to be as cool as those binary-converting pros? Hit subscribe, scan the QR code for more, and let?s geek out together in the next video &#8211; conversions are coming up! Drop a comment with your thoughts or just say hi &#8211; it might wake me up in the middle of the night with joy! </p>



<p class="wp-block-paragraph">Please help support us!</p>



<ul class="wp-block-list">
<li>Subscribing + Sharing on Social Media</li>



<li>Leaving a comment or suggestion</li>



<li>Subscribing to our Blog</li>



<li>Watching the main &#8220;pinned&#8221; video of this channel for offers and extras</li>
</ul>



<p class="wp-block-paragraph">Hello there. Let&#8217;s talk about number bases. So what are number bases? You&#8217;ve probably at some</p>



<p class="wp-block-paragraph">point heard someone say, hey, I can convert between decimal and binary or between decimal</p>



<p class="wp-block-paragraph">and hexadecimal or hexadecimal and binary. And you thought that that person was way cooler than you</p>



<p class="wp-block-paragraph">were. Well, they are way cooler than you. But if you watch my videos, maybe you can be just as cool</p>



<p class="wp-block-paragraph">Anyway, so what do we mean by number basis exactly?</p>



<p class="wp-block-paragraph">We&#8217;ll start with decimal,</p>



<p class="wp-block-paragraph">which is the number system that everybody already understands, I hope.</p>



<p class="wp-block-paragraph">So in decimal, you have 10 characters, right?</p>



<p class="wp-block-paragraph">So we&#8217;ll say like 0, 1, 2, 3, 4, 5, 6, 7, 8, 9.</p>



<p class="wp-block-paragraph">It&#8217;s like 9, or sorry, 10 possible characters.</p>



<p class="wp-block-paragraph">So decimal is actually base 10.</p>



<p class="wp-block-paragraph">I&#8217;m going to write base 10 here.</p>



<p class="wp-block-paragraph">Decimal is base 10.</p>



<p class="wp-block-paragraph">base 10 because it has 10 available characters. The next thing is binary. You&#8217;ve probably heard</p>



<p class="wp-block-paragraph">of that before. Even a lot of non-computer scientists understand binary at least a little</p>



<p class="wp-block-paragraph">bit because it&#8217;s just ones and zeros, right? This is how your computer represents information.</p>



<p class="wp-block-paragraph">All characters, all numbers, all floats, all everything. They really just come down to zeros</p>



<p class="wp-block-paragraph">and ones inside of the computer. And it&#8217;s not like there&#8217;s an actual zero or an actual one anywhere.</p>



<p class="wp-block-paragraph">It&#8217;s more like there&#8217;s a certain voltage that represents a one or there&#8217;s a different voltage</p>



<p class="wp-block-paragraph">represents a 1 or there&#8217;s a different voltage that represents a 0.</p>



<p class="wp-block-paragraph">You can think of it as just like voltage or no voltage, but that&#8217;s not always the case.</p>



<p class="wp-block-paragraph">But you know, long story short, it&#8217;s just 1s and 0s.</p>



<p class="wp-block-paragraph">So in binary, we can just represent a 0 or we can represent a 1 and that&#8217;s it.</p>



<p class="wp-block-paragraph">Because there&#8217;s only two characters that we can use to represent numbers, we call this</p>



<p class="wp-block-paragraph">base 2.</p>



<p class="wp-block-paragraph">So that&#8217;s binary.</p>



<p class="wp-block-paragraph">Now not a lot of people have heard of hexadecimal outside of computer science, but hexadecimal</p>



<p class="wp-block-paragraph">outside of computer science but hexadecimal is a number is another</p>



<p class="wp-block-paragraph">number system that we can use which uses base 16 the reason we use hexadecimal is</p>



<p class="wp-block-paragraph">it because it kind of it kind of compacts a number I&#8217;ll show you in a</p>



<p class="wp-block-paragraph">second how it can represent the same number but with less characters you can</p>



<p class="wp-block-paragraph">imagine in binary if we have base 2 there&#8217;s only two characters that means</p>



<p class="wp-block-paragraph">the same number in decimal versus binary it&#8217;s probably going to be a lot longer</p>



<p class="wp-block-paragraph">imagine that, right?</p>



<p class="wp-block-paragraph">Because it&#8217;s not like the actual numbers change</p>



<p class="wp-block-paragraph">that we&#8217;re trying to represent.</p>



<p class="wp-block-paragraph">It&#8217;s just that the representation changes.</p>



<p class="wp-block-paragraph">So hex or hexadecimal,</p>



<p class="wp-block-paragraph">we have 16 different characters.</p>



<p class="wp-block-paragraph">Did I say 15 a moment ago?</p>



<p class="wp-block-paragraph">Sorry if I did.</p>



<p class="wp-block-paragraph">So we start with the normal ones that base 10 has,</p>



<p class="wp-block-paragraph">decimal has.</p>



<p class="wp-block-paragraph">So we go three, four, five, six, seven, eight, nine.</p>



<p class="wp-block-paragraph">So that&#8217;s 10.</p>



<p class="wp-block-paragraph">the extra five, we do A, B, C, D, E, F. Sorry, extra six. I knew I was going to say five at some</p>



<p class="wp-block-paragraph">point. So in hexadecimal, we have the characters zero, one, two, three, four, five, six, seven,</p>



<p class="wp-block-paragraph">eight, nine, and then A, B, C, D, E, F. For a total of 16 characters, or one digit can represent</p>



<p class="wp-block-paragraph">here. So this is the basics of the differences between the number systems. Let me show you a</p>



<p class="wp-block-paragraph">quick example. Let me see if I got my calculator here. Hopefully it&#8217;ll work. Okay. I&#8217;m going to do,</p>



<p class="wp-block-paragraph">let&#8217;s see, variables. So how do you get into this one? Mode. Oh, number base. So I&#8217;m going to do,</p>



<p class="wp-block-paragraph">let&#8217;s just pick a random number in decimal. So I&#8217;m going to say like, you know, just hit the</p>



<p class="wp-block-paragraph">So you can see that if I type a number in decimal and show it in decimal, then well,</p>



<p class="wp-block-paragraph">it&#8217;s the exact same size as you probably have suspected.</p>



<p class="wp-block-paragraph">But if I represent this exact same number in binary, you should probably expect that</p>



<p class="wp-block-paragraph">the representation is going to be way longer because again, binary only has two characters</p>



<p class="wp-block-paragraph">to work with.</p>



<p class="wp-block-paragraph">So it&#8217;s harder for it to represent the same information.</p>



<p class="wp-block-paragraph">So I&#8217;m going to change the expression base here to binary.</p>



<p class="wp-block-paragraph">Oh no, what&#8217;s happening?</p>



<p class="wp-block-paragraph">What&#8217;s going on here?</p>



<p class="wp-block-paragraph">Expression base.</p>



<p class="wp-block-paragraph">Oh, I did the wrong thing.</p>



<p class="wp-block-paragraph">Decimal is the expression base.</p>



<p class="wp-block-paragraph">Binary is the result base.</p>



<p class="wp-block-paragraph">Okay.</p>



<p class="wp-block-paragraph">So that same number that we had before, 871, 876, 42,</p>



<p class="wp-block-paragraph">look at how huge it is in binary.</p>



<p class="wp-block-paragraph">Takes up a lot of your screen, right?</p>



<p class="wp-block-paragraph">So we use binary because it&#8217;s the closest representation</p>



<p class="wp-block-paragraph">to what the actual machine has.</p>



<p class="wp-block-paragraph">So that&#8217;s good.</p>



<p class="wp-block-paragraph">Especially if you want to start manipulating individual bits</p>



<p class="wp-block-paragraph">manipulating individual bits for one reason or another. It&#8217;s good to know how to, it&#8217;s good to</p>



<p class="wp-block-paragraph">understand binary. But hexadecimal is useful, like I said before, to compact the same number. So</p>



<p class="wp-block-paragraph">again, because the base of the original number is 10, you know, we had the original number in decimal.</p>



<p class="wp-block-paragraph">If we show a hexadecimal version of it, it should be shorter because there&#8217;s 16 characters to work</p>



<p class="wp-block-paragraph">with. It&#8217;s easier for it to represent the same information. So the result base, I&#8217;m just going</p>



<p class="wp-block-paragraph">hexadecimal here and look at how short that number is the original number is one two three four five</p>



<p class="wp-block-paragraph">six seven eight it&#8217;s eight characters long but the hexadecimal number is two four six seven</p>



<p class="wp-block-paragraph">characters long and that savings in characters will go up and up and up the more you know the</p>



<p class="wp-block-paragraph">longer the original or the bigger the original number is let me see if I can just add some more</p>



<p class="wp-block-paragraph">numbers here okay let&#8217;s see if we get more savings here one two three four five six seven eight nine</p>



<p class="wp-block-paragraph">Okay, so the original number is 15 long and here we have 2, 4, 6, 8, 10, 12, 13.</p>



<p class="wp-block-paragraph">So that&#8217;s a savings.</p>



<p class="wp-block-paragraph">Now think about it this way.</p>



<p class="wp-block-paragraph">This is a huge savings compared to binary.</p>



<p class="wp-block-paragraph">Let&#8217;s go back to binary real fast.</p>



<p class="wp-block-paragraph">Same number, which is currently in hex.</p>



<p class="wp-block-paragraph">As soon as I start showing it in binary, the number explodes.</p>



<p class="wp-block-paragraph">So there are a lot of numbers, especially if you have a 64-bit number, which you work</p>



<p class="wp-block-paragraph">if you were to just take you know one of those 64-bit numbers and try to express it in binary</p>



<p class="wp-block-paragraph">it&#8217;s just kind of like it&#8217;s really really long and if you want to represent anything even a little</p>



<p class="wp-block-paragraph">bit bigger like 128-bit numbers or even the contents of memory from you know one memory</p>



<p class="wp-block-paragraph">location to another binaries just can explode and fly off the screen so this is why I mean this is</p>



<p class="wp-block-paragraph">one of the biggest reasons why we use hexadecimal because it&#8217;s just it&#8217;s easier to see what&#8217;s inside</p>



<p class="wp-block-paragraph">of the computer it&#8217;s easier than decimal and it&#8217;s easier than binary at least once you understand</p>



<p class="wp-block-paragraph">hexadecimal one other thing that i want to uh show you real fast let me see like let me change</p>



<p class="wp-block-paragraph">that back to decimal so i don&#8217;t screw myself later okay um suppose that you wanted to represent a</p>



<p class="wp-block-paragraph">number in binary sorry let&#8217;s say decimal well you know we&#8217;ll say like one two three four right and</p>



<p class="wp-block-paragraph">well actually let&#8217;s not do one two three four let&#8217;s say like a thousand and one and then you</p>



<p class="wp-block-paragraph">want to represent a number in binary and you write one zero zero one and then you want to</p>



<p class="wp-block-paragraph">represent a number in hexadecimal you could also have one zero zero one right the problem is that</p>



<p class="wp-block-paragraph">each of these numbers are actually different numbers they only look the same because the</p>



<p class="wp-block-paragraph">character representation is the same but not the actual number so how do you uh how do you sort of</p>



<p class="wp-block-paragraph">How do you sort of like differentiate and make sure that the person reading the numbers that you&#8217;ve written down knows what base they&#8217;re in?</p>



<p class="wp-block-paragraph">Because if you know if you&#8217;re a computer scientist or you&#8217;re doing some kind of crazy math, then</p>



<p class="wp-block-paragraph">well, it might not be obvious and</p>



<p class="wp-block-paragraph">you want to be careful that the person doesn&#8217;t misinterpret your results.</p>



<p class="wp-block-paragraph">Okay, so let me do that thing again real fast</p>



<p class="wp-block-paragraph">just to prove to you. What am I doing here? Units? No.</p>



<p class="wp-block-paragraph">Mode.</p>



<p class="wp-block-paragraph">Okay, so I&#8217;m going to say if I write 1001, I&#8217;m going to display it as decimal,</p>



<p class="wp-block-paragraph">but the input is first going to be decimal.</p>



<p class="wp-block-paragraph">So in decimal, 1001 is 1001.</p>



<p class="wp-block-paragraph">Okay, that&#8217;s fine.</p>



<p class="wp-block-paragraph">But if this 1001 was actually a binary number,</p>



<p class="wp-block-paragraph">I&#8217;m going to say that the expression base is binary here.</p>



<p class="wp-block-paragraph">Notice how the real number is actually 9 if you represented it in decimal.</p>



<p class="wp-block-paragraph">expression like the original number was you know the characters were hexadecimal then the real</p>



<p class="wp-block-paragraph">decimal version of 1001 would be 4097 that&#8217;s three totally different numbers so you got to be careful</p>



<p class="wp-block-paragraph">that you know what you&#8217;re reading and you got to be careful that you help the person reading what</p>



<p class="wp-block-paragraph">you&#8217;re writing down if you&#8217;re trying to transmit this information so with hexadecimal a really</p>



<p class="wp-block-paragraph">really common prefix that everyone should use is ox ox and then any number after that usually just</p>



<p class="wp-block-paragraph">reading this is a hexadecimal number so there&#8217;s no ambiguity same thing for binary you&#8217;ll just say</p>



<p class="wp-block-paragraph">like ob and then for decimal you just just leave it alone i think there&#8217;s a another prefix you can</p>



<p class="wp-block-paragraph">use but i usually don&#8217;t use anything but at least uh ob says this is binary and ox means this is</p>



<p class="wp-block-paragraph">hexadecimal and then nothing just means okay just default to human reading just decimal</p>



<p class="wp-block-paragraph">okay this was the basics of number bases in other videos i&#8217;m going to talk about how to actually</p>



<p class="wp-block-paragraph">between these three bases maybe in the future at some other point in some other</p>



<p class="wp-block-paragraph">video far off in YouTube land I might talk about octal or some other base but</p>



<p class="wp-block-paragraph">in the immediate future it&#8217;s going to be decimal binary and hexadecimal so I</p>



<p class="wp-block-paragraph">hope you&#8217;ve enjoyed this video I&#8217;ll see you in the next</p>



<p class="wp-block-paragraph">hey everybody thanks for watching this video again from the bottom of my heart</p>



<p class="wp-block-paragraph">I really appreciate it I do hope you did learn something and have some fun if you</p>



<p class="wp-block-paragraph">a small little favor could you please subscribe and follow this channel or</p>



<p class="wp-block-paragraph">these videos or whatever it is you do on the current social media website that</p>



<p class="wp-block-paragraph">you&#8217;re looking at right now it would really mean the world to me and it&#8217;ll</p>



<p class="wp-block-paragraph">help make more videos and grow this community so we&#8217;ll be able to do more</p>



<p class="wp-block-paragraph">videos longer videos better videos or just I&#8217;ll be able to keep making videos</p>



<p class="wp-block-paragraph">in general so please do do me a kindness and and subscribe you know sometimes</p>



<p class="wp-block-paragraph">I&#8217;m sleeping in the middle of the night and I just wake up because I know</p>



<p class="wp-block-paragraph">wake up because I know somebody subscribed or followed. It just wakes me up and I get filled</p>



<p class="wp-block-paragraph">with joy. That&#8217;s exactly what happens every single time. So you could do it as a nice favor to me or</p>



<p class="wp-block-paragraph">you could you could troll me if you want to just wake me up in the middle of the night just</p>



<p class="wp-block-paragraph">subscribe and then I&#8217;ll just wake up. I promise that&#8217;s what will happen. Also if you look at the</p>



<p class="wp-block-paragraph">middle of the screen right now you should see a QR code which you can scan in order to go to the</p>



<p class="wp-block-paragraph">website which I think is also named somewhere at the bottom of this video and it&#8217;ll take you to my</p>



<p class="wp-block-paragraph">You can just kind of like see all the videos I published and the services and tutorials and things that I offer and all that good stuff.</p>



<p class="wp-block-paragraph">And if you have a suggestion for clarifications or errata or just future videos that you want to see, please leave a comment.</p>



<p class="wp-block-paragraph">Or if you just want to say, hey, what&#8217;s up? What&#8217;s going on? You know, just send me a comment, whatever.</p>



<p class="wp-block-paragraph">I also wake up for those in the middle of the night. I wake up in a cold sweat and I&#8217;m like,</p>



<p class="wp-block-paragraph">It would really mean the world to me.</p>



<p class="wp-block-paragraph">I would really appreciate it.</p>



<p class="wp-block-paragraph">So again, thank you so much for watching this video.</p>



<p class="wp-block-paragraph">And enjoy the cool music as I fade into the darkness, which is coming for us all.</p>



<p class="wp-block-paragraph">Thank you.</p>
<p>The post <a href="https://www.NeuralLantern.com/master-number-bases-decimal-binary-and-hexadecimal-explained/">Master Number Bases: Decimal, Binary, and Hexadecimal Explained!</a> appeared first on <a href="https://www.NeuralLantern.com">NeuralLantern.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.NeuralLantern.com/master-number-bases-decimal-binary-and-hexadecimal-explained/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
