<?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>binary conversion Archives - NeuralLantern.com</title>
	<atom:link href="https://www.NeuralLantern.com/tag/binary-conversion/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.NeuralLantern.com/tag/binary-conversion/</link>
	<description></description>
	<lastBuildDate>Sun, 25 May 2025 08:11:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.NeuralLantern.com/wp-content/uploads/2025/04/cropped-2025-04-04-Lantern-03-32x32.png</url>
	<title>binary conversion Archives - NeuralLantern.com</title>
	<link>https://www.NeuralLantern.com/tag/binary-conversion/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Master Two&#8217;s Complement: Convert &#038; Subtract Negative Binary Numbers</title>
		<link>https://www.NeuralLantern.com/master-twos-complement-convert-subtract-negative-binary-numbers/</link>
					<comments>https://www.NeuralLantern.com/master-twos-complement-convert-subtract-negative-binary-numbers/#respond</comments>
		
		<dc:creator><![CDATA[mike]]></dc:creator>
		<pubDate>Sun, 18 May 2025 22:53:54 +0000</pubDate>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Conversions]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[binary conversion]]></category>
		<category><![CDATA[binary math]]></category>
		<category><![CDATA[binary numbers]]></category>
		<category><![CDATA[binary subtraction]]></category>
		<category><![CDATA[coding for beginners]]></category>
		<category><![CDATA[computer science basics]]></category>
		<category><![CDATA[negative numbers binary]]></category>
		<category><![CDATA[programming tutorials]]></category>
		<category><![CDATA[signed integers]]></category>
		<category><![CDATA[two's complement]]></category>
		<guid isPermaLink="false">https://www.NeuralLantern.com/?p=110</guid>

					<description><![CDATA[<p>Learn two's complement to represent negative binary numbers with easy examples. Master sign bits &#038; subtraction. Subscribe!</p>
<p>The post <a href="https://www.NeuralLantern.com/master-twos-complement-convert-subtract-negative-binary-numbers/">Master Two&#8217;s Complement: Convert &amp; Subtract Negative Binary Numbers</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="Master Two&#039;s Complement: Convert &amp; Subtract Negative Binary Numbers" width="1380" height="776" src="https://www.youtube.com/embed/i2tfzMqlewQ?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>Want to conquer negative numbers in binary? This fun, beginner-friendly tutorial breaks down two&#8217;s complement with step-by-step examples (-109, -29) and shows how to convert, pad, and subtract in binary. Learn sign bits, carry bits, and avoid common mistakes. Subscribe for more coding tips and tech tutorials that make learning a blast! Scan the QR code for more resources and join our community!</p>



<p>Introduction to Two&#8217;s Complement 00:00:00<br>Signed vs. Unsigned Integers 00:00:28<br>Sign Bit Explanation 00:01:55<br>Positive and Negative Representation 00:02:06<br>Range of Signed Integers 00:02:48<br>Padding Signed Integers 00:05:36<br>Converting to Negative (Example: -109) 00:07:00<br>Binary Addition and Carry Bits 00:10:16<br>Correcting Conversion Mistakes 00:16:38<br>Converting Negative 29 00:13:32<br>Subtraction Using Two&#8217;s Complement 00:18:21<br>Adding Binary Numbers (109 &#8211; 29) 00:20:41<br>Verifying Results 00:23:56<br>Conclusion and Call to Action 00:25:40</p>



<p>Thanks for watching!</p>



<p>Find us on other social media here:</p>



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



<p>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>Hey there! Let&#8217;s talk about representing negative numbers in binary.</p>



<p>We&#8217;re going to use a system called 2&#8217;s complement which is going to allow us to represent signed integers,</p>



<p>which means there will be a positive sign or a negative sign on the integer</p>



<p>and we&#8217;ll still be able to do it in pure binary.</p>



<p>So let me talk a little bit about what I mean first here.</p>



<p>signed and unsigned okay so if i just type the number 14 by itself that is uh that&#8217;s an unsigned</p>



<p>integer we don&#8217;t really know if it&#8217;s positive or negative like do we know that it&#8217;s negative 14 or</p>



<p>do we know that it&#8217;s positive 14 right so the sign is what lets us know if something is positive or</p>



<p>negative okay so if i if i type a number in binary let&#8217;s just do a pure binary number one two three</p>



<p>if you know how to convert binary to decimal you probably recognize right away that this is just</p>



<p>the number zero even if we add a couple of bits here that&#8217;s just like the number three</p>



<p>and so this is the number three but so far if if you haven&#8217;t learned signed integers in twos</p>



<p>complement or in binary then you don&#8217;t really know that there&#8217;s a sign you just kind of assume</p>



<p>that the number is positive by default if you&#8217;re not using twos complement and you&#8217;re just saying</p>



<p>and you&#8217;re just saying like well let&#8217;s just do a bunch of binary you know digits then yeah it&#8217;s a</p>



<p>safe assumption that the the sign is positive but we&#8217;ll use two&#8217;s complement which starts with the</p>



<p>idea that the highest bit the leftmost bit the bit with the height you know the most power that&#8217;s</p>



<p>going to turn into the sign that&#8217;s that&#8217;s going to turn into the plus or the minus so like you</p>



<p>the sign.</p>



<p>So this means that we have to decide, you know, does a zero mean positive or does it</p>



<p>mean negative or what means what?</p>



<p>So in two&#8217;s complement, we&#8217;ll say that zero is positive and one is negative.</p>



<p>So you can see right here that we&#8217;re still actually representing the number three, but</p>



<p>it&#8217;s positive three for sure because this sign bit right here is zero.</p>



<p>That&#8217;s positive.</p>



<p>Once we decide to represent two&#8217;s complement, then we can say that for sure.</p>



<p>On the other hand, if we put a one here,</p>



<p>then we definitely know that this number is now negative.</p>



<p>However, we don&#8217;t actually know that it&#8217;s a three</p>



<p>because the numbers don&#8217;t work out the same anymore</p>



<p>in two&#8217;s complement.</p>



<p>So the positive numbers, they will mostly look the same.</p>



<p>The negative numbers, they&#8217;ll look a lot different,</p>



<p>but they&#8217;ll still be valid in order,</p>



<p>you know, in terms of us being able to add them together,</p>



<p>subtract them from each other and things like that.</p>



<p>So two&#8217;s complement is pretty cool.</p>



<p>Let&#8217;s do, let&#8217;s see, what else can I tell you?</p>



<p>Oh, one thing to understand is that</p>



<p>One thing to understand is that in an 8-bit unsigned integer in binary, let&#8217;s say 1, 2,</p>



<p>3, 4, 5, 6, 7, 8, let&#8217;s say unsigned bits, maybe I&#8217;ll just put like, maybe just some</p>



<p>like V for value, all the bits are values, that means the range is 0 to 255 with 256</p>



<p>total combinations.</p>



<p>But if we want to use a signed number, then we&#8217;ll actually have the signed bit be the first bit,</p>



<p>and all the rest will be value bits.</p>



<p>1, 2, 3, 4, 5, 6, 7.</p>



<p>In this case, the range kind of goes down.</p>



<p>Because if you think about it, every single bit, you know, represents like, you know,</p>



<p>it helps towards the highest possible value that you can represent.</p>



<p>If we&#8217;re using the leftmost bit, then for an 8-bit integer, that&#8217;s 128.</p>



<p>integer that&#8217;s 128 that&#8217;s a value of 128 so we lose a lot off of the maximum</p>



<p>integer that we can represent so the range here is I think it&#8217;s negative 20</p>



<p>128 to positive 127 just keep in mind you&#8217;ll have to trust me in terms of why</p>



<p>is the negative 128 bigger and the positive 127 you know smaller but that&#8217;s</p>



<p>just the way it is so that means we only get these value bits here and if you if</p>



<p>that um let&#8217;s see if i can do this quickly enough without screwing it up we&#8217;ll say 127 minus um</p>



<p>minus negative 128 i guess that&#8217;s 255 and then also a zero but uh in terms of positive and</p>



<p>negative the way this is going to work out is the zero will probably show up twice because uh</p>



<p>255 possible combinations with seven bits.</p>



<p>Normally you would have a range from negative, sorry, from zero to positive 255.</p>



<p>And in this case, we&#8217;re just, you know, losing our range, but we can represent negative numbers.</p>



<p>Anyway. Okay.</p>



<p>So let&#8217;s talk about doing an example real fast. Let&#8217;s see.</p>



<p>I&#8217;ve got like a little notes to tell me what I should do. Okay.</p>



<p>It&#8217;s important to understand that normally when you have, let&#8217;s say, let&#8217;s say you have</p>



<p>like an 8-bit number and you go 1, 2, 3, 4, 5, 6, 7, 8.</p>



<p>And then you have 2 bits right there and so this is like, you know, positive 3.</p>



<p>If you wanted to copy that number into more bytes, like for example, if you wanted to</p>



<p>take a 2-byte integer and have it copy the value of a 1-byte integer, then it&#8217;s pretty</p>



<p>easy.</p>



<p>zeros to the left you&#8217;ll say one two three four five six seven eight that would work perfectly</p>



<p>however if you did this with a negative number let&#8217;s say that we have a negative number</p>



<p>I&#8217;m going to put some of the random patterns so that you don&#8217;t think it&#8217;s the three let&#8217;s see</p>



<p>one two three four five six seven eight that&#8217;s eight total so I&#8217;m going to make that a one and</p>



<p>then get rid of that so we have like eight negative number if we were going to copy that</p>



<p>integer then we would copy paste it to start but then you&#8217;d have to pad with</p>



<p>ones to the left one two three four five six seven eight same negative number</p>



<p>more bits so be very careful about how you pad if you&#8217;re padding an unsigned</p>



<p>integer then yeah you&#8217;ll always pad zeros to the left no matter what is</p>



<p>happening but if you&#8217;re padding a signed integer then you have to pad differently</p>



<p>signed integer you have to pad with whatever the highest bit is so in this case the highest bit was</p>



<p>a zero so we do pad with zeros but then in this case the highest bit was a one so we have to pad</p>



<p>with ones if you don&#8217;t do that you&#8217;re going to end up with a number that doesn&#8217;t actually make</p>



<p>sense okay so now let&#8217;s work on actually converting a number to a negative number or representing a</p>



<p>negative number in twos compliment okay so i&#8217;m going to write twos compliment here and then uh</p>



<p>Let&#8217;s start off with the number negative 109.</p>



<p>Okay, how do we do this?</p>



<p>The first thing is convert it to its positive form.</p>



<p>Take the absolute value. Okay.</p>



<p>So we&#8217;re really just, you know, take positive form here,</p>



<p>and that&#8217;s just going to be positive 109.</p>



<p>Okay, no problem.</p>



<p>I&#8217;ll say start with negative 109, and then we&#8217;ll take the positive form 109.</p>



<p>Now we&#8217;ll convert it to binary.</p>



<p>Okay, this is not a video that teaches you how to convert to binary, so I&#8217;m just going</p>



<p>to try to do this in my head real fast here.</p>



<p>It&#8217;s going to be, let&#8217;s see, we got 8 bits, we&#8217;ll use just 8 bits to store the number,</p>



<p>and because it&#8217;s low enough and I don&#8217;t want to use that many bits, so it&#8217;s odd, so I can</p>



<p>add a 1 there, but maybe for now I should find the highest bit that is less than the</p>



<p>actual number.</p>



<p>So this is the 128 bit right here. So that&#8217;s going to be a zero. This is the 64 bits</p>



<p>I&#8217;m going to put a one there and I&#8217;m just going to say</p>



<p>Mmm, maybe like</p>



<p>This is like maybe not the smartest way to do it. I&#8217;ll say 109 minus 64</p>



<p>Because I put a one there and then 45 so now this is 32 that&#8217;s less than 45. So I&#8217;ll put a one there and</p>



<p>Then it&#8217;s going to be minus 40</p>



<p>So it goes from 45 to 13.</p>



<p>So then that was the 32.</p>



<p>Okay, so 128, 64, 32, and then 16.</p>



<p>Is 16 less than 13?</p>



<p>No, it&#8217;s not.</p>



<p>So we&#8217;ll put a zero here.</p>



<p>And then the next one is going to be just four.</p>



<p>Four is definitely less.</p>



<p>So I&#8217;ll put a one bit there.</p>



<p>And then I&#8217;ll subtract four.</p>



<p>And then one, two, four.</p>



<p>Oh, wait a minute.</p>



<p>One, two, four, eight.</p>



<p>wait a minute one two four eight sorry that was supposed to be subtracted uh subtracting eight</p>



<p>because that was the eight bit uh then i want to get five so here is the four bit so i put a one</p>



<p>there and then i&#8217;ll just put a one here because four plus five is equal to uh i&#8217;m sorry four plus</p>



<p>one is equal to five so let&#8217;s see um it is let me just double check here one</p>



<p>one let me just double check my conversion real fast it&#8217;s going to be</p>



<p>the one bit plus two four plus eight six thirty two plus thirty two plus sixty</p>



<p>four did I get one on nine yeah okay so I guess I did it right so convert to</p>



<p>binary and that&#8217;s going to be this the next thing we&#8217;ll do is we will invert the</p>



<p>bits I made a little edit jump here because I inverted the bits incorrectly</p>



<p>on the first try which is sad but hey it happens the next thing we&#8217;ll do is</p>



<p>but hey it happens the next thing we&#8217;ll do is we&#8217;ll invert the bits so basically you know we</p>



<p>take this original sequence here and i&#8217;ll just turn every single bit uh i&#8217;ll flip it i&#8217;ll flip</p>



<p>ones to zeros and zeros to ones so i&#8217;m going to go one zero zero one zero zero one zero okay so now</p>



<p>we have this number invert the bits then we just have to add one so we&#8217;ll add positive one to that</p>



<p>that it&#8217;s just going to be a one there at the end.</p>



<p>But sometimes that might not be the case</p>



<p>because what if we already had a one there</p>



<p>and we had to add one to that?</p>



<p>Well, we&#8217;d add one to the right side</p>



<p>and it would turn into a zero</p>



<p>and then it would carry a bit to the left.</p>



<p>That would become a zero</p>



<p>and then the carry bit would show up all the way over there.</p>



<p>So I just want you to be aware of the fact that</p>



<p>when you add two binary numbers together,</p>



<p>you have to be careful.</p>



<p>You have to add them the same way you would add decimal numbers.</p>



<p>For each digit&#8217;s position,</p>



<p>you have to add the two numbers together and then if they overflow then you just</p>



<p>kind of wrap around to the lowest number again subtracting you know the highest</p>



<p>value or sorry subtracting the base like in decimal if you add 9 and 9 the answer</p>



<p>is 18 but you&#8217;re not going to write 18 in that one position you&#8217;re going to</p>



<p>subtract the base which is 10 so it&#8217;ll actually be 8 and then you&#8217;ll carry the</p>



<p>plus nine is equal to eight carry the one right so we&#8217;ll do the same thing in binary we&#8217;ll say</p>



<p>if we ever get a one plus one when we&#8217;re adding the answer will be two but then we subtract the</p>



<p>base which is two so the answer is actually zero carry a one bit keep that in mind i&#8217;m just gonna</p>



<p>write it all out for you so you can kind of get a little bit of practice it&#8217;s important to to</p>



<p>practice this because it&#8217;s easy to get wrong i&#8217;m going to put a bunch of dashes up at the top to</p>



<p>and I&#8217;m going to say we&#8217;re going to add, you know, one number plus another number,</p>



<p>put a little plus symbol over there just to try and make sure we do it the right way.</p>



<p>Okay, so how do we add these?</p>



<p>Well, we&#8217;ll just go to the right side.</p>



<p>Zero plus one is one, no carry bit.</p>



<p>One plus zero is one, no carry bit.</p>



<p>Then we got a couple zeros here, no carry bit, of course.</p>



<p>One plus zero is one, no carry bit.</p>



<p>And then a couple zeros and then another one with no carry bit.</p>



<p>Okay, so, you know, we could have done that pretty easily, but</p>



<p>but well now we&#8217;re getting a taste for binary addition that might be harder later.</p>



<p>So we&#8217;ll just do that for now.</p>



<p>And now this is the two&#8217;s complement representation of negative 109.</p>



<p>I&#8217;ll say now we have negative 109 is equal to that.</p>



<p>leftmost number the most powerful sorry leftmost bit the most powerful bit is a one remember one</p>



<p>always indicates negative so when you&#8217;re looking at it if your leftmost bit turns out to be a zero</p>



<p>then you probably did something wrong or you had an overflow maybe um and again if we were going</p>



<p>to try to you know send this number into a two byte number or an eight byte number or whatever</p>



<p>uh then we would just have to pad with the sign bit so one two three four five six seven eight</p>



<p>help my brain so this was this is the way it would look in a two-byte number this is the way it would</p>



<p>look in a three-byte a four-byte and five six seven how many one two three four five six seven</p>



<p>okay one more this is what it would look like as an eight-byte number or a quad word 64-bit number</p>



<p>yeah okay so now we know how to do negative 109 okay so now let&#8217;s do a number that&#8217;s a little bit</p>



<p>negative 29. So let&#8217;s say convert, or how about represent negative 29 into</p>



<p>2&#8217;s complement. Okay. So first we, you know, first get the absolute value.</p>



<p>So just 29. And then we have to invert the, sorry, we have to get that into binary. So</p>



<p>next convert to binary. And I&#8217;m going to start with zeros, one, two, three, four, five, six,</p>



<p>1, 2, 3, 4, 5, 6, 7, 8.</p>



<p>For this video, remember, we&#8217;re choosing to use one byte integers.</p>



<p>But if you wanted to do a bigger one or you had to do a bigger one,</p>



<p>then just, you know, keep that in mind.</p>



<p>Okay, so 128 is not smaller than 29.</p>



<p>64 is not.</p>



<p>32 is not.</p>



<p>16 is, though.</p>



<p>So I&#8217;ll put a 16 bit there.</p>



<p>And I&#8217;ll just subtract 16 from 29.</p>



<p>29 minus 16.</p>



<p>Now we&#8217;ve got 13 left.</p>



<p>So 64, 32, 16.</p>



<p>six four thirty two sixteen eight okay so now I&#8217;m gonna put a one bit there and</p>



<p>I&#8217;m gonna subtract 8 from the remainder and then we got a five which is pretty</p>



<p>easy to do eight four and then a one so now we have well zero zero zero one one</p>



<p>one zero one that&#8217;s the binary number the positive or unsigned representation</p>



<p>representation. So now we&#8217;ll add one. Positive one. And let&#8217;s try to do this the right way so</p>



<p>that we can practice carry bits with addition a little bit. Notice how this one is already there</p>



<p>on the right side. So it&#8217;s going to, we&#8217;re going to have at least one carry bit for sure.</p>



<p>So then I&#8217;m going to go doop like that. And then I&#8217;m going to say that we have like, you know,</p>



<p>what is the result? Put a positive sign there. And then I&#8217;m going to put a bunch of dashes</p>



<p>my carry bits because I can I can forget that pretty easily. So the first thing is we add one</p>



<p>and one. The answer is two, but we can&#8217;t put the number two here because it&#8217;s binary. Instead we</p>



<p>need to subtract the base which is two. So two minus two is equal to zero, but then we have a</p>



<p>carry bit of one. So I&#8217;m going to put a one there. The first carry bit will stay as a dash for this</p>



<p>whole you know exercise because you&#8217;re not going to carry on to the first digit. So now we have</p>



<p>what would have been just zero plus zero now we have one plus zero plus zero so</p>



<p>that means this is going to be one and then the carry bit is just going to be</p>



<p>zero because we don&#8217;t actually carry anything so then we have zero plus one</p>



<p>plus zero so that&#8217;s going to be a one and then zero carry bit and then zero</p>



<p>one zero is just going to be one and then there&#8217;s going to be no carry bit</p>



<p>and then zero one zero again a one no carry bit because we didn&#8217;t actually</p>



<p>zero zero zero and then I&#8217;m just gonna put zeros here okay so now we have</p>



<p>successfully added I blew it totally blew it I always forget steps don&#8217;t</p>



<p>forget the steps this is a good lesson I&#8217;m gonna leave this in the video</p>



<p>because I want you to see that everybody makes mistakes and you got to practice</p>



<p>practice practice especially before you have to actually do this in real life or</p>



<p>or something like that.</p>



<p>Next, convert to binary.</p>



<p>Before you add one, I&#8217;m gonna just remove this.</p>



<p>Oh my gosh.</p>



<p>Next, flip the bits,</p>



<p>which is gonna be 1110010.</p>



<p>Okay.</p>



<p>So now we take this bit flipped number</p>



<p>and we will add one.</p>



<p>So that&#8217;s gonna be zero, zero, zero, zero, zero, zero, zero,</p>



<p>one, oh, it&#8217;s too easy.</p>



<p>Maybe I got excited and I thought,</p>



<p>excited and I thought, oh, it&#8217;s carry bit time.</p>



<p>But even though the last edition that I did was wrong because I forgot to carry</p>



<p>the or flip the bits, you still at least saw a little bit about how to carry the bits.</p>



<p>Right. OK, so it&#8217;s just going to be one.</p>



<p>Let me start from the right side.</p>



<p>One one zero zero zero one one one one one one.</p>



<p>Let me just double check here.</p>



<p>One one one zero zero zero.</p>



<p>OK, so I got that.</p>



<p>Now we have.</p>



<p>negative 29 in twos compliment. Again notice if we actually tried to add those numbers up to be</p>



<p>like an unsigned binary number they&#8217;re not really going to make sense because this is like 64 plus</p>



<p>32 plus 3. So what would that end up being? Let&#8217;s just double check here. 64 plus 32 plus 3, 99.</p>



<p>That&#8217;s not actually the number but the number is 29. So keep in mind you can&#8217;t just look at this</p>



<p>unless you&#8217;re like really, really practiced.</p>



<p>Okay, and again, notice that the number is 1 at the very left,</p>



<p>indicating that it&#8217;s a negative number.</p>



<p>Now, let&#8217;s look at how to subtract one number from another</p>



<p>using 2&#8217;s complement.</p>



<p>Okay, so what I want to do is I want to subtract,</p>



<p>let&#8217;s say, 29 from 109.</p>



<p>Okay, so let&#8217;s subtract, and I&#8217;ll just say 109 minus 29.</p>



<p>109 minus 29.</p>



<p>And how I would do that is basically I&#8217;ll start by just taking 109.</p>



<p>Let&#8217;s see, convert to binary.</p>



<p>So I&#8217;m just going to copy paste that number.</p>



<p>So 109 is this and then 29, take the positive version.</p>



<p>It is just, let&#8217;s see, before we flip the bits or anything,</p>



<p>let me make sure that I grab the right one.</p>



<p>Invert the bits, okay.</p>



<p>So positive 29 is this number.</p>



<p>Whoops.</p>



<p>is this number whoops let me put parentheses around that so it&#8217;s easy to tell and then I&#8217;ll</p>



<p>put a positive sign there like that maybe like that nope nope nope nope how about this okay</p>



<p>so now we have both of these numbers in positive form so now if we added 109 plus 29 that wouldn&#8217;t</p>



<p>negative positive 29 that would be what we wanted right because really if you&#8217;re subtracting</p>



<p>i&#8217;ll say aka</p>



<p>positive 29 plus negative 29 all we really need to do is um invert the 29 and then add the result</p>



<p>to 109 so that means we&#8217;ll we&#8217;ll turn positive 29 into negative 29 using two&#8217;s complement</p>



<p>through the steps again but basically put it there but basically you know that&#8217;s negative 29</p>



<p>so say positive 129 is equal to what i just put up here and then negative 29 is equal to</p>



<p>maybe i should do the parentheses again for clarity uh is equal to this okay so you can tell</p>



<p>that positive 29 is pretty pretty different from negative 29 but now we have</p>



<p>29 but now we have both of those numbers so let&#8217;s see 0 1 1 0 and then we&#8217;re ready to add okay all</p>



<p>we got to do is add them together next add them together maybe I should write the steps up here</p>



<p>negative 29 using twos complement and then next add them together so then I&#8217;m</p>



<p>going to copy paste the bits here and it&#8217;s going to be this plus this do a</p>



<p>positive plus sign just to remind ourselves that we are actually adding</p>



<p>and then I&#8217;m going to put a bunch of placeholders for sign bits up at the</p>



<p>top and now we&#8217;ll have a little bit more fun adding numbers together maybe I&#8217;ll</p>



<p>drag this down</p>



<p>Oh my god. Oh, there we go. Okay. So I&#8217;ll start with the one on the right, the position on the</p>



<p>right. That&#8217;s going to be one plus one equals two, but then that&#8217;s an overflow. So I&#8217;m going to</p>



<p>subtract the base. So it&#8217;s going to be zero. And then don&#8217;t forget to carry the one. Oh,</p>



<p>cool. More interesting. So we have one plus zero plus one. That&#8217;s going to be another two carry</p>



<p>two carry the one so it&#8217;s going to be zero and then carry the one again so i&#8217;m going to put the</p>



<p>carry bit up there and then again we have one plus one is equal to two so it&#8217;s going to be zero</p>



<p>carry the one again zero carry the one and then finally we don&#8217;t really have a carry bit</p>



<p>um so we&#8217;ll just have like a one and there&#8217;s there&#8217;s no carry so it&#8217;s going to be you know</p>



<p>carry a zero and then we add these two together so it&#8217;s going to be a zero carry the one and then</p>



<p>Now we have a three.</p>



<p>Oh, that&#8217;s kind of nice.</p>



<p>So this is an interesting edge case kind of.</p>



<p>One plus one plus one is three.</p>



<p>But if we subtract two, the base from it, you know, three minus two, it&#8217;s going to be one, not zero.</p>



<p>So it actually is going to be a one and then carry the one on top of that.</p>



<p>Then for here, let me space this over a little bit so that I can illustrate what&#8217;s going on a little bit better.</p>



<p>We&#8217;re going to have one plus zero plus one.</p>



<p>definitely going to be zero and then carry the one but there&#8217;s no bit where that carried one can</p>



<p>can show up on right so that one overflows it falls off the edge if this was a bigger number</p>



<p>then okay we you know if we had more bits to this number then sure we would just keep carrying over</p>



<p>over to the left but remember we said before that when we have a very big number let&#8217;s see</p>



<p>bits it&#8217;s just ones all the way to the side that will actually help us make sure that if our final</p>



<p>number is actually going to end up being positive that everything kind of like dominoes like carry</p>



<p>the one carry the one carry the one carry the one carry the one all the way until one of the ones</p>



<p>falls off think about it so anyway this one just is gone we don&#8217;t really care about it anymore</p>



<p>the result is going to be just only eight bits because that&#8217;s the number that we started with</p>



<p>bunch of zeros what is you know the final answer let&#8217;s just compute this</p>



<p>real fast to decimal so this is 128 and then 64 so it&#8217;s gonna be 64 plus not 32</p>



<p>but 16 so 64 plus 16 that&#8217;s gonna be oops 16 that&#8217;s gonna be 80 and now we</p>



<p>just have to ask ourselves again as like a final step to double check yourself to</p>



<p>what you&#8217;re doing and that you got it right is just punch up 109 minus 29 just to make sure</p>



<p>109 minus 29 whoops what happened here 109 minus</p>



<p>oh i think i stole my subtraction key for the annotator 109 minus 29 is 80</p>



<p>so again you know if you&#8217;re if you&#8217;re trying to like you know write something down to do some</p>



<p>you know taking an exam or something you definitely want to double check yourself in several ways</p>



<p>As you can tell from this video alone</p>



<p>I got one of these things wrong because I forgot to input the bits as a step before adding one</p>



<p>So you know your final step should be actually trying to add two numbers together or subtract numbers or whatever</p>



<p>You&#8217;re doing to make sure that you got the binary correct</p>



<p>So let&#8217;s see</p>



<p>Hmm</p>



<p>I guess maybe your first indication that the result was going to be positive would be that</p>



<p>there&#8217;s a zero there. And just, you know, as a sanity check, you look at the top and you&#8217;re like,</p>



<p>well, I was going to subtract a small number from a larger number. So the result should probably be</p>



<p>positive, right? Like 29 is like way lower than 109. So it should be positive, which means the</p>



<p>final result should have a zero at that leftmost position. Okay, so that&#8217;s two&#8217;s compliment,</p>



<p>two&#8217;s complement how to convert numbers from positive to negative in two&#8217;s complement you</p>



<p>know what the sign bit means and all that stuff and how to perform subtraction via two&#8217;s complement</p>



<p>i hope you enjoyed this video thank you for watching i hope you learned a little bit of</p>



<p>stuff and had a little bit of fun see you in the next video hey everybody thanks for watching this</p>



<p>video again from the bottom of my heart i really appreciate it i do hope you did learn something</p>



<p>If you could do me a please, a small little favor, could you please subscribe and follow this channel or these videos or whatever it is you do on the current social media website that you&#8217;re looking at right now.</p>



<p>It would really mean the world to me and it&#8217;ll help make more videos and grow this community.</p>



<p>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>So please do me a kindness and subscribe.</p>



<p>in the middle of the night and I just wake up because I know somebody</p>



<p>subscribed or followed. It just wakes me up and I get filled with joy. That&#8217;s</p>



<p>exactly what happens every single time. So you could do it as a nice favor to me</p>



<p>or you could you could troll me if you want to just wake me up in the middle</p>



<p>of the night just subscribe and then I&#8217;ll just wake up. I promise that&#8217;s what</p>



<p>will happen. Also if you look at the middle of the screen right now you</p>



<p>should see a QR code which you can scan in order to go to the website which I</p>



<p>think is also named somewhere at the bottom of this video and it&#8217;ll take you</p>



<p>you to my main website where you can just kind of like see all the videos I published and the</p>



<p>services and tutorials and things that I offer and all that good stuff and if you have a suggestion</p>



<p>for clarifications or errata or just future videos that you want to see please leave a comment or if</p>



<p>you just want to say hey what&#8217;s up what&#8217;s going on you know just send me a comment whatever I also</p>



<p>wake up for those in the middle of the night I get I wake up in a cold sweat and I&#8217;m like</p>



<p>it would really mean the world to me. I would really appreciate it. So again,</p>



<p>thank you so much for watching this video and enjoy the cool music as I fade</p>



<p>into the darkness, which is coming for us all.</p>



<p>Thank you.</p>
<p>The post <a href="https://www.NeuralLantern.com/master-twos-complement-convert-subtract-negative-binary-numbers/">Master Two&#8217;s Complement: Convert &amp; Subtract Negative Binary Numbers</a> appeared first on <a href="https://www.NeuralLantern.com">NeuralLantern.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.NeuralLantern.com/master-twos-complement-convert-subtract-negative-binary-numbers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<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>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>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>Thanks for watching!</p>



<p>Find us on other social media here:</p>



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



<p>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>Hello there, let&#8217;s talk about how to convert decimal numbers with fractions into binary</p>



<p>numbers with fractions and vice versa.</p>



<p>So up to this point, if you&#8217;ve been watching my other videos, you probably know that you</p>



<p>can easily convert a decimal number to binary and binary to decimal if the decimal and binary</p>



<p>numbers but in order to progress towards IEEE 754 representation in other words</p>



<p>in order to eventually be able to represent binary numbers with fractions</p>



<p>like floats or doubles in the machine you have to start learning how to get</p>



<p>the fraction part of a decimal number into binary the way we&#8217;re going to do</p>



<p>it in this video it&#8217;s not actually going to be the final representation of how</p>



<p>your machine stores floating point numbers but it&#8217;s an important step on</p>



<p>on the way there. Without this step, you probably wouldn&#8217;t be able to do it.</p>



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



<p>that what I really mean is, suppose we have like a number 45 point blah, blah, blah, blah, blah,</p>



<p>right? So this is the whole part and this is the fractional part. Okay, no problem. Also in binary,</p>



<p>we have like a bunch of ones and zeros. This is a whole number, but we could put a decimal point</p>



<p>and then just start doing more numbers after the decimal point in order to represent a</p>



<p>in order to represent a fractional binary number.</p>



<p>Okay, so let&#8217;s see.</p>



<p>We know, hopefully at this point, if you watch my other videos,</p>



<p>that, I don&#8217;t know, I&#8217;m just going to put some random numbers here</p>



<p>and then like some more random numbers there.</p>



<p>And you know that the strength of each of these numbers</p>



<p>is sort of like increasing by powers of two on the left side, on the whole side.</p>



<p>So the strength of that first digit is one.</p>



<p>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>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>just put like a zero there and then you know the left most digit has a strength of 128 so basically</p>



<p>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>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>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>put a decimal marker there, it&#8217;s really the same deal except as we go left, we were multiplying by</p>



<p>have more power more strength but as we go to the right past the decimal point they should have less</p>



<p>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>one half will be the strength of this digit right here whoops one half so the strength that that</p>



<p>digit has is just one half the strength that the next digit has is going to be one fourth remember</p>



<p>1 4th remember you multiply sorry you divide by 2 each time whoops I&#8217;m getting lost oh man I</p>



<p>probably need to add some spaces because it&#8217;s starting to get pretty ugly so this digit has</p>



<p>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>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>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>one half, one third, one fourth.</p>



<p>Don&#8217;t increase the denominator by one.</p>



<p>You want to multiply, or sorry,</p>



<p>you want to divide by two each time.</p>



<p>Or if you want to say the word multiplication,</p>



<p>then you multiply by 0.5, I guess, if you want to.</p>



<p>I&#8217;m just going to write 1 16th</p>



<p>and then just be done with the divisions.</p>



<p>I hope you understand what I&#8217;m talking about.</p>



<p>We&#8217;re going to do some examples right now.</p>



<p>Okay, so let&#8217;s calculate.</p>



<p>Well, actually, let&#8217;s just, just to emphasize, just to make sure everybody understands, what</p>



<p>we would do to convert such a number from binary to decimal would basically be, you</p>



<p>know, compute the left side as if it were a whole number.</p>



<p>I&#8217;m going to put W for whole number.</p>



<p>And then separately convert the fractional part as if it were just, you know, zero point</p>



<p>something.</p>



<p>And then just combine the two things when you&#8217;re in decimal.</p>



<p>And you&#8217;ll do the same thing when converting a number from decimal to binary.</p>



<p>decimal to binary you convert the whole part first put that into ones and zeros then convert the fact</p>



<p>the fractional part into a fractional binary part and then just combine them across the decimal point</p>



<p>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>to resolve easily it&#8217;s kind of like a good lesson here when you&#8217;re converting between binary and</p>



<p>there are always going to be some numbers in in in decimal that you can&#8217;t represent in binary</p>



<p>and vice versa there are always going to be some numbers in binary that you can&#8217;t represent in</p>



<p>decimal so it&#8217;s not that decimal or binary or you know superior or inferior i mean all technology</p>



<p>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>that you type randomly are just never going to resolve and you&#8217;ll have to give up at some point</p>



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



<p>because we just, we just have to like give up, especially if you only have so many bits</p>



<p>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>here? There are lots of different ways to do it. The way that I&#8217;m going to show you is just</p>



<p>multiplying by two. So if we take, you know, 0.126753 and we multiply it by two,</p>



<p>We end up with, let&#8217;s see, times 2.</p>



<p>Whoops, hello.</p>



<p>Oh, I got to do that.</p>



<p>Times 2.</p>



<p>We&#8217;re going to end up with a different number.</p>



<p>If the number is equal to or greater than 1,</p>



<p>then we will say that we have achieved a number of 1 for the converted binary number.</p>



<p>And if not, we&#8217;ll say we have achieved a number of 0.</p>



<p>If the number is 1, we&#8217;ll also subtract 1 from the remaining number here in decimal.</p>



<p>The result we have is just, what&#8217;s going on?</p>



<p>Oh, I somehow turned on my annotator.</p>



<p>Okay.</p>



<p>In this case, we just have, you know, this number right here.</p>



<p>It&#8217;s not greater than one or equal to one.</p>



<p>So I&#8217;m just going to say this gave us a binary number of zero.</p>



<p>And because it gave us a zero, we&#8217;re not actually going to change it at all.</p>



<p>We&#8217;re not going to subtract one from it.</p>



<p>We&#8217;re just going to leave it as is.</p>



<p>We will then multiply by two again.</p>



<p>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>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>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>Now we have a number that equals or exceeds one.</p>



<p>So we&#8217;ve achieved a one in the binary position.</p>



<p>So it&#8217;s going to be a one here.</p>



<p>Then we got to subtract one.</p>



<p>So we&#8217;re just going to be left with 0.014, 024 and whatever.</p>



<p>And then we just continue.</p>



<p>Maybe I&#8217;ll do it a couple more times,</p>



<p>but I&#8217;m going to give up because I don&#8217;t think</p>



<p>that this number will translate completely.</p>



<p>So I&#8217;m going to say multiply by two again,</p>



<p>and it&#8217;s going to give us,</p>



<p>hang on a second here.</p>



<p>What was that?</p>



<p>Hang on a second here. What was that? That was one. Oh, I forgot to subtract one. So I got to</p>



<p>subtract one. And then I&#8217;m going to multiply by two. Now we get this number right there.</p>



<p>This is not equal to or greater than one. So the bit is going to be zero.</p>



<p>And then that means the remaining number is just going to be the same thing.</p>



<p>We&#8217;ll do another. Actually, let me let me clean the calculator for a second here.</p>



<p>going to select this whole thing and just paste that and I&#8217;m going to say</p>



<p>multiplied by two that&#8217;s going to be that new number and I think you&#8217;re</p>



<p>starting to understand why I want to give up because we&#8217;ll just be kind of</p>



<p>doing this forever this might end up being an irrational number in binary I</p>



<p>don&#8217;t really know I haven&#8217;t gone that far but it&#8217;s definitely gonna take a long</p>



<p>time so I&#8217;m gonna give up and I&#8217;m just gonna say all right the final binary</p>



<p>number is gonna be 0.00100 and then just say maybe there&#8217;s some more stuff at</p>



<p>maybe there&#8217;s some more stuff at the end we&#8217;ll just call this a precision loss</p>



<p>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>like two zeros and then a one and then two zeros on the other side let me multiply this by two</p>



<p>real fast just to show you without symmetry what would happen so I&#8217;m gonna multiply that by two</p>



<p>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>or meet one and so the number we have left over is just that okay so now</p>



<p>because there&#8217;s no symmetry you can see that the number is going to be point</p>



<p>zero zero one zero zero zero we go from top to bottom we don&#8217;t do any kind of</p>



<p>reversal like you might do with whole number binary conversion I don&#8217;t know</p>



<p>maybe it&#8217;ll be zero for a long long long long time and never or yeah they&#8217;ll</p>



<p>probably be some ones in there at least I don&#8217;t know if it&#8217;s ever going to</p>



<p>resolve you&#8217;ll know you&#8217;re finished when the</p>



<p>Here is a zero.</p>



<p>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>Let&#8217;s do a number that I know is going to resolve.</p>



<p>I have this one prepared in advance.</p>



<p>So let&#8217;s do 0.84375.</p>



<p>Okay.</p>



<p>So how do we convert this?</p>



<p>Again, just multiply by two.</p>



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



<p>binary number and then subtract one after that and if not we will say that</p>



<p>we have a zero in the binary position and then we won&#8217;t subtract one okay so</p>



<p>that number multiplied by two is going to be point one six eight seven five so</p>



<p>that&#8217;s definitely greater than or equal to one so I&#8217;m going to say we have a one</p>



<p>in the binary position and then the next number is going to be just be zero point</p>



<p>now we take that number 6875 you could also just you know in your calculator you could say minus</p>



<p>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>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>one here and then after we subtract one it&#8217;s going to be 375 no problem okay so let me just</p>



<p>And then multiply by 2 to get to the next bit position.</p>



<p>It&#8217;s going to be 0.75.</p>



<p>All right, so 0.75, that number is less than 1, so we have a 0 in that bit position.</p>



<p>We also don&#8217;t subtract anything because we had a 0 in that bit position.</p>



<p>Then we just multiply by 2 again.</p>



<p>Multiply by 2, now we have 1.5 because that&#8217;s greater than or equal to 1.</p>



<p>We have a 1 in that bit&#8217;s position, then we subtract 1.</p>



<p>one it&#8217;s just going to be 0.5 that should be pretty easy right because that&#8217;s that sounds</p>



<p>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>and then multiply by two again notice how that is exactly a one so it&#8217;s going to be 1.0</p>



<p>which means we have a one in the position because it is equal to or greater than one</p>



<p>and then uh well what we have left over is zero</p>



<p>Zero multiplied by two is going to be zero.</p>



<p>So that means if we kept doing this forever,</p>



<p>then all the numbers down here are just going to be zeros forever.</p>



<p>And I said in another video,</p>



<p>when you realize what&#8217;s going on with the zeros,</p>



<p>like where are they?</p>



<p>Are they on the left or the right?</p>



<p>When you&#8217;re converting a whole number from binary to decimal or decimal to binary,</p>



<p>the zeros would be on the left side.</p>



<p>So that&#8217;s why we would reverse</p>



<p>because if you just add infinity zeros on the left of a whole number,</p>



<p>you&#8217;re not changing the value.</p>



<p>number you&#8217;re not changing the value but if you added them to the right you&#8217;d be increasing the</p>



<p>value when it comes to the fractions the right side of the fraction won&#8217;t change the number for</p>



<p>example if we had you know one point and then some like random binary numbers if we just kept adding</p>



<p>zeros on the right side that&#8217;s not changing the value of the number because this is the fractional</p>



<p>part however if we started adding numbers on the left side then we would make the fractional part</p>



<p>smaller and smaller and smaller so that means the zeros have to be on the right side and you can see</p>



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



<p>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>final number is 0.11011 and then a bunch of zeros after that are just you know nothing</p>



<p>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>that number and we&#8217;ll just say OB to to indicate that the following is a binary</p>



<p>number because again you could have a decimal number and then have like a</p>



<p>bunch of like ones and zeros in the fraction part I guess so to make sure</p>



<p>that the reader understands what they&#8217;re seeing you&#8217;ll say OB to indicate this is</p>



<p>a binary number on exams or quizzes if you&#8217;re out there doing this for an exam</p>



<p>or a quiz keep in mind you probably want to talk to professor to make sure that</p>



<p>ob is supposed to be part of your answer they might just want this it depends anyway so 0.11011</p>



<p>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>there okay so how can we do that pretty much just start adding the fractions up so remember the</p>



<p>Remember, the first fraction that we see is going to be one half.</p>



<p>One half.</p>



<p>And the second fraction we see is going to be one fourth.</p>



<p>And then we just keep multiplying.</p>



<p>One fourth, one half.</p>



<p>Maybe I should write this in a notepad here.</p>



<p>We&#8217;ll see one half plus one fourth plus one eighth.</p>



<p>And some of these bits aren&#8217;t going to count.</p>



<p>Like, for instance, the one eighth, it&#8217;s not going to count towards the fraction.</p>



<p>But for me personally, if I forget to type one eighth,</p>



<p>I&#8217;m probably going to accidentally use it for the next position.</p>



<p>So I&#8217;m just going to type everything one at a time.</p>



<p>So let&#8217;s see, we have one, two, three, four, five, one, two, three, four.</p>



<p>So I got to do one more plus one 32nd and then multiply by the bits.</p>



<p>So say like, you know, one times that and then one times that and then zero times that</p>



<p>to basically, you know, cancel it out.</p>



<p>And then one times that and then one times that.</p>



<p>plug it all into the calculator</p>



<p>let&#8217;s see if I got that right</p>



<p>0.84375</p>



<p>so that&#8217;s how you convert</p>



<p>back from binary to decimal</p>



<p>pretty easy and then also</p>



<p>of course when you&#8217;re practicing this you want to try</p>



<p>with a bunch of different random numbers to start off with</p>



<p>you just want to be</p>



<p>careful again this process</p>



<p>could take forever if you have like</p>



<p>you know the wrong number that you</p>



<p>start with but I guess at least</p>



<p>at least when we&#8217;re converting from binary to decimal it&#8217;s going to end up resolving to something</p>



<p>uh it won&#8217;t necessarily be something that you can&#8217;t represent but you know if you start</p>



<p>up with a random number in decimal there&#8217;s a chance maybe it&#8217;s not going to work with binary</p>



<p>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>ask what if we had a complex number because we know how to do this now with just the fractional</p>



<p>now with just the fractional part but what if we had a number that was um a little bit more</p>



<p>difficult let&#8217;s say we have wait a minute you know for you know for 37 5.</p>



<p>oh i think i just accidentally did a totally different number than i wanted to on my plan</p>



<p>luckily i got the right answer okay</p>



<p>Anyway, what if we had a more complicated number?</p>



<p>Let&#8217;s see, 804, 6875.</p>



<p>Okay, so 804, 6875, but with a 45 in front of that.</p>



<p>Remember we said before that this is the whole part</p>



<p>and this is the fractional part,</p>



<p>and you just wanna do them separately</p>



<p>and then combine them afterwards.</p>



<p>So the whole part, let&#8217;s see, what is that gonna be?</p>



<p>I&#8217;m just gonna say that this is not a video</p>



<p>for whole number binary conversion.</p>



<p>This is just dealing with fractions.</p>



<p>just dealing with fractions. Find my other videos if you want to know how to convert the whole part,</p>



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



<p>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>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>plus 32. Add that together, that&#8217;s 45. So the whole number part is pretty easy if you already know how</p>



<p>number part is pretty easy if you already know how binary conversion but now let&#8217;s convert point uh</p>



<p>zero eight zero point eight zero four whoops screenshot no thank you zero point eight oh four</p>



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



<p>i just worked with we&#8217;ll do that multiplied by two and it&#8217;s going to be this number</p>



<p>is that really not the same number?</p>



<p>Yeah, I guess I really just did a different number.</p>



<p>Okay, so that means we&#8217;re going to have a 1 in the binary position</p>



<p>and the remaining fractional part is just going to be this.</p>



<p>Whoops, zero point that.</p>



<p>So then we take that number and bring it down.</p>



<p>Multiply it by 2.</p>



<p>Whoops, not supposed to actually bring that part down.</p>



<p>We&#8217;ll bring it into the calculator.</p>



<p>We&#8217;ll multiply it by 2.</p>



<p>actually let me get that again and subtract one just to double check myself it&#8217;s always good to</p>



<p>double check yourself then we&#8217;ll multiply this by two and then the number is going to be point</p>



<p>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>you know a one in the binary position so 0.21875 is going to be the remainder there</p>



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



<p>21875 okay then I&#8217;ll do a multiply by 2 to get the next number 4 3 7 5</p>



<p>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>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>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>the binary position and we don&#8217;t subtract anything 0.875 multiply by two again times two so it&#8217;s</p>



<p>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>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>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>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>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>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>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>right remember that so that means of course the zeros are on the right side of the fractional</p>



<p>part and on the left side is going to be 0.110011</p>



<p>1100111 and then now we just have to combine those two numbers so maybe just I&#8217;ll put something</p>



<p>here indicating that this is the conversion of just that number like that now we&#8217;ll combine</p>



<p>both of those parts right so 45 was this so I&#8217;ll say maybe therefore this big number right here</p>



<p>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>part on the right side and then let me just double check my work real fast it should be</p>



<p>10110111 wait wait what no no 101101 and then 1100111 okay so that&#8217;s it we&#8217;ve converted</p>



<p>converted a complicated decimal number into binary.</p>



<p>And we can do it in the reverse, just using the same thing.</p>



<p>You know, step one, convert this number into a whole number of decimal.</p>



<p>And then step two, convert this number into a whole number,</p>



<p>sorry, a just only fractional number for decimal</p>



<p>by just getting the one half plus one fourth and so forth.</p>



<p>put them around a decimal point just for practice okay I&#8217;ll go ahead and do it</p>



<p>some of you are probably like why won&#8217;t you do it I&#8217;ll do it okay so just only</p>



<p>looking at the fractional part because that this is not a video to convert</p>



<p>whole numbers in binary and decimal but just to convert the fractional part only</p>



<p>I&#8217;m gonna do let&#8217;s see say whoops whoops whoops whoops whoops whoops maybe I need</p>



<p>Okay, so starting with just this one right here,</p>



<p>it&#8217;s going to be 1 half plus 1 fourth plus not 1 eighth, not 1 16th, a 32.</p>



<p>1 32 plus 1 over 64 plus 1 over 128.</p>



<p>0.8046875.</p>



<p>So it looks like we succeeded.</p>



<p>Okay, so now we know how to convert</p>



<p>a decimal number with a fraction</p>



<p>into a binary number with a fraction.</p>



<p>And we also know how to convert</p>



<p>a binary number with a fraction</p>



<p>to a decimal number with a fraction.</p>



<p>That feels like a long video.</p>



<p>Let&#8217;s see what it is after I cut this.</p>



<p>Thank you so much for watching.</p>



<p>I hope you learned a little bit of stuff</p>



<p>and you had a little bit of fun.</p>



<p>I will see you in the next video.</p>



<p>grow this community so we&#8217;ll be able to do more videos, longer videos, better videos,</p>



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



<p>You know, sometimes I&#8217;m sleeping in the middle of the night and I just wake up because I know</p>



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



<p>happens every single time. So you could do it as a nice favor to me or you could troll me if you</p>



<p>want to just wake me up in the middle of the night, just subscribe and then I&#8217;ll just wake up.</p>



<p>I promise that&#8217;s what will happen.</p>



<p>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>which I think is also named somewhere at the bottom of this video.</p>



<p>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>the services and tutorials and things that I offer and all that good stuff.</p>



<p>And if you have a suggestion for</p>



<p>or just future videos that you want to see, please leave a comment. Or if you just want to say,</p>



<p>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>those in the middle of the night. I get, I wake up in a cold sweat and I&#8217;m like,</p>



<p>it would really, it really mean the world to me. I would really appreciate it. So again,</p>



<p>thank you so much for watching this video and enjoy the cool music as, as I fade into the</p>



<p>darkness, which is coming for us all.</p>



<p>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 Hex Conversion Made EASY! No Math Needed!</title>
		<link>https://www.NeuralLantern.com/binary-to-hex-conversion-made-easy-no-math-needed/</link>
					<comments>https://www.NeuralLantern.com/binary-to-hex-conversion-made-easy-no-math-needed/#respond</comments>
		
		<dc:creator><![CDATA[mike]]></dc:creator>
		<pubDate>Fri, 02 May 2025 09:21:04 +0000</pubDate>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Conversions]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[binary]]></category>
		<category><![CDATA[binary conversion]]></category>
		<category><![CDATA[binary numbers]]></category>
		<category><![CDATA[binary to hex conversion]]></category>
		<category><![CDATA[coding tutorials]]></category>
		<category><![CDATA[computer basics]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[hex conversion]]></category>
		<category><![CDATA[hexadecimal]]></category>
		<category><![CDATA[hexadecimal numbers]]></category>
		<category><![CDATA[learn programming]]></category>
		<category><![CDATA[number systems]]></category>
		<category><![CDATA[programming for beginners]]></category>
		<category><![CDATA[tech tutorials]]></category>
		<guid isPermaLink="false">https://www.NeuralLantern.com/?p=93</guid>

					<description><![CDATA[<p>Learn binary to hex conversion without math! Simple patterns for computer science students. Watch now for easy tips! #Binary #Hex</p>
<p>The post <a href="https://www.NeuralLantern.com/binary-to-hex-conversion-made-easy-no-math-needed/">Binary to Hex Conversion Made EASY! No Math Needed!</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="Binary to Hex Conversion Made EASY! No Math Needed!" width="1380" height="776" src="https://www.youtube.com/embed/9hrPr95c8JA?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>Hey there! Struggling with binary to hex conversions? This video makes it SUPER easy—no math required! Learn to convert between binary and hexadecimal with simple patterns you’ll memorize in no time. Perfect for computer science students, coders, or anyone curious about how computers work. Subscribe for more tutorials, and scan the QR code to visit my site for extra resources. Drop a comment with your questions or video ideas! #Binary #Hex #ComputerScience #Coding</p>



<p>Introduction to Binary and Hex Conversion 00:00:00<br>Why Convert Between Binary and Hex 00:00:13<br>Recap of Number Systems 00:00:41<br>Binary Base Two System 00:01:01<br>Hexadecimal Base Sixteen System 00:01:24<br>Benefits of Hexadecimal 00:02:06<br>Simplifying Binary-Hex Conversion 00:03:04<br>Four Bits Equal One Hex Digit 00:04:32<br>Memorizing Binary-Hex Patterns 00:05:13<br>Creating a Binary-Hex Conversion Table 00:06:26<br>Converting Hex to Binary Example 00:08:52<br>Understanding Nibbles and Bytes 00:10:44<br>Converting Binary to Hex Example 00:13:19<br>Conclusion and Verification 00:15:38<br>Call to Subscribe and Engage 00:16:20</p>



<p>Thanks for watching!</p>



<p>Find us on other social media here:</p>



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



<p>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>Hi there! Let&#8217;s talk about converting back and forth between binary and hexadecimal.</p>



<p>Why would you want to do that? Well, maybe you&#8217;re in computer science. Maybe you&#8217;ve been presented</p>



<p>with some numbers that you need to convert. Maybe you have like a bunch of ones and zeros.</p>



<p>Maybe you have like an ox and then something that looks really weird. It&#8217;s got some letters in it,</p>



<p>but it&#8217;s also got some numbers. And you&#8217;re trying to figure out what are these? What are we trying</p>



<p>we try to convert back and forth between.</p>



<p>You should have watched my other videos by now,</p>



<p>which will teach you how to convert back and forth</p>



<p>between both of these number bases and decimal.</p>



<p>So you can understand what they are</p>



<p>in just normal human terms.</p>



<p>But as a quick recap, decimal is a base 10 number system</p>



<p>because we have 10 possible characters that we can use.</p>



<p>We can say zero, one, two, three, four,</p>



<p>five, six, seven, eight, nine.</p>



<p>So that&#8217;s 10 total characters, zero through nine.</p>



<p>We also have binary, which is what computers use, which is a base two system.</p>



<p>It&#8217;s base two because the only characters you have available are just zero and one.</p>



<p>So base two, two characters.</p>



<p>You can represent a number between zero and one in a single digit.</p>



<p>Then we have hexadecimal, which is a way to represent a number in a more compact way.</p>



<p>system there because we have 16 possible characters we have 0 1 2 3 4 5 6 7 8 9</p>



<p>just like decimal but then we add more numbers we had like six numbers we say</p>



<p>a b c d e f and what happens is the a has a strength of 10 whereas the you know</p>



<p>the 9 just to its left had a strength of 9 the a has a strength of 10 the b has a</p>



<p>of 11 the c has a strength of 12 and the d has a strength of 13 and the e has a strength of 14</p>



<p>and the f has a strength of 15 and so you know we just have more characters that we can use in one</p>



<p>single digit which means we can rent we can represent the same number in decimal but just</p>



<p>we can represent it smaller if we use hexadecimal so it&#8217;s kind of useful when you&#8217;re working with</p>



<p>looking at bits in binary or hex and not necessarily decimal because binary as</p>



<p>you&#8217;re going to learn in this video gives you kind of a good idea just by</p>



<p>looking at it after you&#8217;ve practiced a little while gives you a good idea of</p>



<p>what hex numbers you would be seeing if you were looking at the same number and</p>



<p>vice versa if you&#8217;re looking at hex numbers if you look at them a lot in</p>



<p>your daily life you&#8217;ll start to kind of like see through the matrix and you&#8217;ll</p>



<p>And if you&#8217;re interested in finding what bits are on and off,</p>



<p>it&#8217;s convenient to be able to look at a hexadecimal number</p>



<p>and kind of intuitively know,</p>



<p>okay, those bits are probably like on and off.</p>



<p>Those bits are all on, you know, whatever.</p>



<p>So this is the basics of number basis.</p>



<p>Here&#8217;s a trick.</p>



<p>In all my other videos,</p>



<p>when we converted back and forth</p>



<p>between decimal and binary and hex and all that stuff,</p>



<p>we used multiplication, we used division,</p>



<p>you know, we messed with the numbers quite a bit.</p>



<p>the great thing about binary and hex conversions is you don&#8217;t even really need to do math.</p>



<p>Maybe a little math at first while you&#8217;re learning, but eventually when you get used to it,</p>



<p>you start to realize you can memorize short patterns. Let me bring your attention to the</p>



<p>fact that in hexadecimal, you have 16 possible combinations, or you can represent a number</p>



<p>you can do the same thing in four characters if I had four characters right</p>



<p>here in binary very quickly you could do the calculation in your head if you&#8217;ve</p>



<p>watched my other videos you can see well that one counts for a one and this one</p>



<p>counts for a two and this one counts for a four and this one counts for an eight</p>



<p>if I want to know what the maximum value is that I could represent with four</p>



<p>digits I just take the the top numbers strength multiply it by two and then</p>



<p>strength multiply it by 2 and then subtract 1. So if we have 1, 2, 4, 8, I&#8217;ll just multiply 8 by 2,</p>



<p>that&#8217;s 16, and then subtract 1, that&#8217;s 15. So I can represent a number between 0 and 15 with 4</p>



<p>binary digits. But I just said you could do that with one hexadecimal digit, right?</p>



<p>So that means one hexadecimal digit is actually four binary digits. And if you just memorize</p>



<p>16 combinations of numbers, which is not like that hard.</p>



<p>And even if you don&#8217;t memorize them all,</p>



<p>I don&#8217;t have them all memorized.</p>



<p>It&#8217;s really easy to convert in your head</p>



<p>a four digit binary number to decimal</p>



<p>and then convert that back to hexadecimal pretty fast,</p>



<p>hexadecimal.</p>



<p>So what&#8217;s the equivalent of 1111?</p>



<p>Well, we know it&#8217;s the highest possible value</p>



<p>with just one hexadecimal digit.</p>



<p>So that would have to be an F.</p>



<p>So you can memorize already</p>



<p>You can memorize already a couple of really, really easy combinations.</p>



<p>We could say, let me say zero binary, OB to say that we&#8217;re looking at binary is equal</p>



<p>to zero X F. So just the letter F in hex.</p>



<p>Remember that we like to prefix different base number systems to give the reader a reminder</p>



<p>of what base they&#8217;re looking at.</p>



<p>one i&#8217;m going to say that 000 in binary is just zero in hex if i didn&#8217;t put that prefix how would</p>



<p>you know if you&#8217;re looking at hex or binary or decimal it would be even more confusing if you</p>



<p>had like you know one two zero is that hex one two zero or is that uh decimal one two zero i guess it</p>



<p>can&#8217;t be binary one two zero but if we did one one zero now it could be binary or hex or decimal so</p>



<p>i&#8217;m just going to put uh zero b for binary and i&#8217;m going to say it&#8217;s zero so that&#8217;s two of the</p>



<p>of the 16 total possible combinations that we would memorize.</p>



<p>So let&#8217;s iterate through all the combinations.</p>



<p>Just for the sake of making this table more compact,</p>



<p>actually, let me start a new little notepad page here.</p>



<p>I&#8217;m going to omit those prefixes because those are a good idea,</p>



<p>but while we&#8217;re doing our lookups, they&#8217;re a little irritating.</p>



<p>So I&#8217;m going to take them out.</p>



<p>So I&#8217;m going to say 0001.</p>



<p>Let me say this.</p>



<p>So I&#8217;m just going to count from 0 to 15 in binary.</p>



<p>to 15 in binary.</p>



<p>So this is going to be one, one,</p>



<p>and then zero and then zero, one, zero, one, zero, one,</p>



<p>I don&#8217;t know, that&#8217;s a lot of copy pasting.</p>



<p>Let me just double check here that I&#8217;m doing this right.</p>



<p>I should have 16 lines.</p>



<p>I don&#8217;t, so I&#8217;ve done something wrong.</p>



<p>Let&#8217;s see.</p>



<p>So this is like 0, 1, 2, 3, and this is 4.</p>



<p>This is 5, and then 6, and then 7, and this is 8.</p>



<p>Oh, I have that twice.</p>



<p>Okay, 8.</p>



<p>And then since I copy pasted the bottom part,</p>



<p>I think I can probably assume that&#8217;s okay.</p>



<p>One, two, three, four, five, six, seven.</p>



<p>That was kind of spooky.</p>



<p>I guess a lesson learned is that relying on a battery pack</p>



<p>or a light that&#8217;s gonna stay on for many hours</p>



<p>is probably a dumb idea.</p>



<p>Anyway, continuing, we have this table here.</p>



<p>We have like 16 possible combinations.</p>



<p>So now I&#8217;m gonna map these to hexadecimal digits.</p>



<p>uh you know like 10 are going to be really easy right it&#8217;s just going to be zero and then one</p>



<p>and then two you can make a vertical table if you want for yourself I&#8217;m just doing it this way</p>



<p>because it&#8217;s easier the way that I&#8217;m typing in this notepad the way that I&#8217;m typing in this</p>



<p>notepad so I&#8217;m going to do seven eight nine and then when we get to 10 let me just double check</p>



<ol start="10" class="wp-block-list">
<li>So this is eight plus two. So that means this is indeed a 10 and oh, 10 in hex, not a decimal.</li>
</ol>



<p>So that&#8217;s a and then B and then C and then D and then E and then F. Okay. So now that we have this</p>



<p>little table set up, you know, if you want to write it horizontally, that&#8217;s fine. It&#8217;s actually</p>



<p>binary and hex now imagine we have a gigantic hex number zero x and then i&#8217;m just going to do like a</p>



<p>bunch of numbers and then i&#8217;m going to do change some of these to like letters just to make things</p>



<p>more interesting a b c d e did i use any d e f e b i didn&#8217;t use a b oh there we go and i&#8217;ll put like</p>



<p>another aid in there okay so this is huge and this would take like a while to calculate right</p>



<p>to calculate right if you were going to convert it to decimal for hex to binary conversion it&#8217;s</p>



<p>actually pretty easy you literally just go b what is b b is that so b is just that you don&#8217;t even</p>



<p>have to do any math let me copy paste this down here so i can show you a really easy way to do</p>



<p>D is this right here.</p>



<p>So I&#8217;m going to say the D is that.</p>



<p>And then the 6 is that pattern right there.</p>



<p>So move you over.</p>



<p>1, 2, 3, 4, 1, 2, 3, 4, 1, 2, 3, 4, 1, 2, 3, 4, 1, 2, 3, 4, 1, 2, 3, 4, 1, 2, 3, 4.</p>



<p>Maybe that&#8217;ll line up later, hopefully.</p>



<p>So the 1 is pretty easy.</p>



<p>Probably didn&#8217;t even need to copy-paste that.</p>



<p>I could have just looked at it and typed.</p>



<p>looked at it and typed the E is going to be that and the seven is going to be that</p>



<p>and the two is going to be this eight see what I&#8217;m doing I&#8217;m literally just</p>



<p>copy pasting the bit patterns if you don&#8217;t have copy paste when you&#8217;re doing your conversion</p>



<p>that&#8217;s okay you can at least write down zeros and ones really fast if it&#8217;s just</p>



<p>you know four at a time I should also point out that um you know this is pretty important to</p>



<p>good term that people like to use. Four bytes or one hexadecimal digit, it&#8217;s called a nibble.</p>



<p>So usually you&#8217;re used to seeing eight bytes in a row and you call that, sorry,</p>



<p>usually you&#8217;re used to seeing eight bits in a row and you call that a byte or two hex digits in a</p>



<p>row and you call that a byte. If you just see four bits or one hex digit, that&#8217;s a nibble.</p>



<p>Two nibbles make a byte. Try to remember that. So we have this giant thing here.</p>



<p>we have literally now successfully converted binary.</p>



<p>I&#8217;m going to put, I&#8217;m just going to put OB here</p>



<p>and then remove all the spaces.</p>



<p>This is the binary number that we originally had</p>



<p>in hexadecimal.</p>



<p>So again, just to emphasize, these are the two same numbers.</p>



<p>They&#8217;re just represented differently.</p>



<p>Differently.</p>



<p>Let me punch this into my personal calculator</p>



<p>to make sure that I gave you the right walkthrough</p>



<p>so I don&#8217;t have to correct in a video later.</p>



<p>so expression X result binary oh god I can&#8217;t even I can&#8217;t even read that okay</p>



<p>so let me let me do it backwards I&#8217;m gonna copy paste this one in there okay</p>



<p>so let&#8217;s see X okay so it&#8217;s telling me that supposed to get to B and then a D6</p>



<p>728fac. Okay, so I did it. And this is also a good reminder that you kind of want to pair off</p>



<p>into groups of one byte at least. So, you know, each two characters, that&#8217;s one byte. One character</p>



<p>by itself is a nibble. So you want to pair off into bytes. And notice how this b is all by itself.</p>



<p>So you want to pad to the left with a zero so that you&#8217;re just kind of working with bytes.</p>



<p>It&#8217;s easier on the eyes and the brain. And you&#8217;ll usually see something like this</p>



<p>output from a program or something. In fact, you might see something like this representing,</p>



<p>here&#8217;s a word, or you might see something like this showing that this is like a D word or,</p>



<p>you know, like a 32 bit number. And if we wanted to say, oh, this is a 64 bit system. So let&#8217;s</p>



<p>look at 64 bits. Let&#8217;s look at eight bytes. Then we&#8217;ll just like pad it with, let&#8217;s see, one, two,</p>



<p>that&#8217;s one, two, three, we&#8217;ll pad it with a bunch more zeros. One, two, three, four, five, six,</p>



<p>So this is a proper 64-bit number or an 8-byte number that works with modern systems,</p>



<p>whether you have the space in there or not.</p>



<p>And so I&#8217;m not going to do another example from hex to binary.</p>



<p>Let&#8217;s do a quick example from binary to hex.</p>



<p>It should be just as easy.</p>



<p>So I&#8217;m going to start a new tab here and just copy-paste the table that I made.</p>



<p>Let&#8217;s make a bunch of random numbers for binary.</p>



<p>And so now we&#8217;ve got like a bunch of numbers.</p>



<p>All we have to do is I&#8217;m going to copy paste this so I don&#8217;t ruin the original thing that</p>



<p>I wrote down.</p>



<p>And I&#8217;m just going to break it up into groups of four, starting from the least powerful</p>



<p>digits, you know, like all the way on the right.</p>



<p>So I&#8217;m going to go doop, doop.</p>



<p>Okay.</p>



<p>So after breaking it into groups of four, you can see that the, you know, the most powerful</p>



<p>digit there is a one all by its lonesome.</p>



<p>I could put 000 to make sure that they&#8217;re all groups of four bits. I don&#8217;t really have to because</p>



<p>I could still kind of understand just by looking at the one that it&#8217;s going to end up being a one</p>



<p>and then literally just translate it the same way I did before. Okay that&#8217;s a 1.</p>



<p>1 0 1 0 that&#8217;s an A. What&#8217;s a thousand and one? It is a nine. What&#8217;s a 0 100?</p>



<p>what&#8217;s one oh one oh a what&#8217;s a thousand and one didn&#8217;t i just do that that&#8217;s a nine</p>



<p>what&#8217;s a zero zero oh ten that&#8217;s going to be a two for sure yeah two i finally got one off the</p>



<p>top of my head one zero one one that&#8217;s a b and then uh basically 15 minus eight i don&#8217;t really</p>



<p>want to work that out of my head right now so i&#8217;m gonna look at the table seven okay i guess i</p>



<p>should have done that easy right like how fast was that so i&#8217;m just going to copy paste these</p>



<p>put an ox in front of it and maybe bunch them into groups of two first to see what&#8217;s up</p>



<p>okay so they&#8217;re not in groups of two that means this one is kind of i should have started grouping</p>



<p>them on the right side kind of messed it up someone just you know rearrange the grouping</p>



<p>Let me punch this into my personal calculator to make sure that I got this right. Actually, let me do this original number here</p>



<p>I must say</p>



<p>This binary number is supposed to be</p>



<p>1 a 9 4 a 9 2 b 7. Okay, we did it</p>



<p>Really easy, right? So every time you have to convert back and forth between binary and hex</p>



<p>It&#8217;s your lucky day because that&#8217;s like one of the easiest conversions you could do</p>



<p>Thanks for watching this video. I hope you learned a little bit of stuff and had some fun</p>



<p>I&#8217;ll see you in the next video.</p>



<p>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>So please do do me a kindness and and subscribe</p>



<p>You know sometimes I&#8217;m sleeping in the middle of the night</p>



<p>And I just wake up because I know somebody subscribed or followed it just wakes me up and I get filled with joy</p>



<p>That&#8217;s exactly what happens every single time</p>



<p>So you could do it as a nice favor to me or you could you control me if you want to just wake me up in the middle</p>



<p>And I just subscribe and then I&#8217;ll just wake up. I promise that&#8217;s what will happen</p>



<p>that&#8217;s what will happen also uh if you look at the middle of the screen right now you should see a</p>



<p>qr code which you can scan in order to go to the website which i think is also named somewhere at</p>



<p>the bottom of this video and it&#8217;ll take you to my main website where you can just kind of like see</p>



<p>all the videos i published and the services and tutorials and things that i offer and all that</p>



<p>good stuff and uh if you have a suggestion for uh uh clarifications or errata or just future videos</p>



<p>future videos that you want to see please leave a comment or if you just want to say hey what&#8217;s up</p>



<p>what&#8217;s going on you know just send me a comment whatever i also wake up for those in the middle</p>



<p>of the night i get i wake up in a cold sweat and i&#8217;m like it would really it really mean the world</p>



<p>to me i would really appreciate it so again thank you so much for watching this video and um enjoy</p>



<p>the cool music as as i fade into the darkness which is coming for us all</p>



<p>Thank you.</p>
<p>The post <a href="https://www.NeuralLantern.com/binary-to-hex-conversion-made-easy-no-math-needed/">Binary to Hex Conversion Made EASY! No Math Needed!</a> appeared first on <a href="https://www.NeuralLantern.com">NeuralLantern.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.NeuralLantern.com/binary-to-hex-conversion-made-easy-no-math-needed/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 loading="lazy" 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>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>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>Thanks for watching!</p>



<p>Find us on other social media here:</p>



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



<p>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>Hello there. Let&#8217;s talk about converting binary to decimal.</p>



<p>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>about number bases, but basically, you know, decimal is a number system that has 10 characters</p>



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



<p>In binary, we just have two characters.</p>



<p>So it&#8217;s base two, whereas decimal is base 10.</p>



<p>How can we convert between the two?</p>



<p>Well, first, before we can try to convert between the two,</p>



<p>we should try to understand what&#8217;s really going on with normal decimal representations.</p>



<p>So if I have a decimal number here, and I say, I don&#8217;t know,</p>



<p>let&#8217;s just type a couple of random numbers.</p>



<p>How do we really know what this value is?</p>



<p>How do we kind of understand what is the meaning?</p>



<p>Okay, so you know that, you know,</p>



<p>if you just kind of look at this for a second,</p>



<p>you&#8217;ll realize this is 765,000, right?</p>



<p>765,432.</p>



<p>How do we know that this is 700,000?</p>



<p>Because it&#8217;s in a certain position.</p>



<p>It&#8217;s like, you know, several digits to the left.</p>



<p>How do we know that the next one represents 65,000?</p>



<p>Well, it&#8217;s one less to the left.</p>



<p>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>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>deciding okay you know what the uh the first digit here on the right side that two uh the strength of</p>



<p>of one. So like, you know, two times one is just two. So whatever, whatever that digit is, if it</p>



<p>was a five, it would just be a five, five times one is five, right? So the strength of the very</p>



<p>first digit on the right side is just one. Every time we move one digit to the left, we multiply</p>



<p>the strength by 10. The reason we multiply the strength by 10 is because there are 10 possible</p>



<p>digits, or 10 possible characters that we can use in decimal. Makes sense, right? So that means the</p>



<p>Makes sense, right?</p>



<p>So that means the three, we know that represents, you know, an addition of 30 because that&#8217;s</p>



<p>the 10th strength place.</p>



<p>Same thing for the four.</p>



<p>We multiply 10 by 10 again to get 100 in that position.</p>



<p>So this one has a strength of 100.</p>



<p>I&#8217;m writing this vertically.</p>



<p>Hopefully this is not too messy, but I&#8217;m hoping you&#8217;ll understand.</p>



<p>Well, I don&#8217;t know.</p>



<p>Maybe if I space this out, does that make it better or worse?</p>



<p>maybe it makes it slightly better i don&#8217;t know i&#8217;m going to roll with it</p>



<p>what can i say i&#8217;m a rebel okay so i live dangerously the five we know that&#8217;s worth</p>



<p>five thousand because again the four position over here you know that third digit it had a</p>



<p>strength of 100 so we multiply that strength by 10 going to the left to to end up with a thousand</p>



<p>to end up with a thousand.</p>



<p>So same thing with the six.</p>



<p>I&#8217;m not going to explain that any further.</p>



<p>You know, it&#8217;s got a strength of, you know, 10,000.</p>



<p>Okay.</p>



<p>And then the seven, it&#8217;s got a strength of 100,000.</p>



<p>And it just keeps going and going and going to millions and billions and trillions</p>



<p>and however far you actually want to go.</p>



<p>That&#8217;s how we understand the decimal numbers</p>



<p>that we&#8217;re looking at.</p>



<p>How could you imagine this in terms of a formula?</p>



<p>Well, we&#8217;re really raising something to the 10th power.</p>



<p>If you think about this, the one,</p>



<p>we could imagine that the value one</p>



<p>is actually 10 to the zero power</p>



<p>because anything raised to the zero power is just a one.</p>



<p>Let me pull up this calculator real fast.</p>



<p>I got to stick that on my desktop in the future.</p>



<p>If we say 10 to the zero power, it&#8217;s just one.</p>



<p>Any number to the zero power is just one.</p>



<p>Okay, so then we would multiply that strength</p>



<p>by the actual digit that we see,</p>



<p>the character that we see.</p>



<p>It&#8217;s a two.</p>



<p>Okay, so that&#8217;s going to be two times 10 to the zero power.</p>



<p>I&#8217;m going to put that in parentheses</p>



<p>to keep it a little bit clean or somewhat cleaner.</p>



<p>So now when we go one to the left</p>



<p>to look at that three digit,</p>



<p>to look at that three digit, we end up with three times something.</p>



<p>Let me get a space here for my brain.</p>



<p>Times 10 to the something power.</p>



<p>Well, every time we go to the left, we just really have to increase the power by one.</p>



<p>It&#8217;s 10 to the first power because we&#8217;re looking for actually just the number 10.</p>



<p>So if we say 10 to the first power on that calculator, it&#8217;s 10.</p>



<p>So then, you know, just keep repeating the process.</p>



<p>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>All right. And, you know, we&#8217;re adding all the positions together, even though we&#8217;re multiplying</p>



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



<p>just to double check here, 10 to the third power is 1000. So you can see the five was supposed to</p>



<p>and then again we&#8217;ll say six times ten to the fourth power and then just double check here</p>



<p>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>say seven times ten to the fifth power which should be a hundred thousand all right so now</p>



<p>that we&#8217;ve written this all out you know this is kind of madness right what you can do now</p>



<p>do now is you can put this into the calculator and it should give you the exact same number that</p>



<p>we started with. We should see 765432, unless there&#8217;s a typo. 765432. Nice. Okay, that might</p>



<p>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>understand the breakdown of the different positions of the digits in decimal, which means</p>



<p>now we can do the same thing in binary, basically the exact same thing, except just use a power of,</p>



<p>use a two to some power rather than a 10 to some power because the only reason we use 10 down here</p>



<p>it says we were in decimal that has a base of 10 now let&#8217;s go into binary</p>



<p>which is um a base of two so i&#8217;m going to just i guess maybe what did i do wrong</p>



<p>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>okay so let&#8217;s do a binary number i&#8217;m just going to type a few random digits</p>



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



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



<p>both parts like we did with decimal. So what&#8217;s the position, what&#8217;s the strength of the position</p>



<p>for that first character? Well, I said before the first character is always just going to be,</p>



<p>sorry, the first digit is always just going to be a one, right? That&#8217;s going to be true</p>



<p>So I&#8217;m going to say this has a strength of 1.</p>



<p>How do we know it&#8217;s a strength of 1?</p>



<p>Because we&#8217;ll take 2 to the something power.</p>



<p>We start at 0 for that first position, and it&#8217;s going to give us a 1.</p>



<p>Okay.</p>



<p>So the strength of this one, I already know binary.</p>



<p>So I just know off the top of my head that to go to the left,</p>



<p>the strength just multiplies by 2.</p>



<p>And that&#8217;s pretty easy after you start memorizing it.</p>



<p>I haven&#8217;t quite memorized hexadecimal yet, but maybe you will in another video.</p>



<p>So I&#8217;m going to multiply one by two and I&#8217;m going to end up with two.</p>



<p>Double check over here in the calculator.</p>



<p>Two to the first power is two.</p>



<p>So then the strength of this next digit should be four.</p>



<p>Two times two is four, right?</p>



<p>So let&#8217;s do two to the second power.</p>



<p>That&#8217;s four.</p>



<p>Multiply by two again.</p>



<p>It&#8217;s going to be eight.</p>



<p>Double check over here.</p>



<p>Two to the third power is eight.</p>



<p>The next digit is going to be 16 of its strength.</p>



<p>So I&#8217;m going to write this vertically again.</p>



<p>So it&#8217;s going to be 16.</p>



<p>Double check over here with the calculator.</p>



<p>Double check over here with the calculator, 2 to the 4th power is 16.</p>



<p>Next digit is going to be 32.</p>



<p>Double check with the calculator, 2 to the 5th power.</p>



<p>And things are starting to get messy, so I think I&#8217;m going to like space everything out probably.</p>



<p>Just to make it easier to read.</p>



<p>Tell me if you think this makes it actually easier to read or if I&#8217;m making it way harder.</p>



<p>I think I&#8217;m making it easier.</p>



<p>Okay, so we got 32.</p>



<p>two. Next one up is going to be 64. Just multiply it by two. Double check two to the sixth power.</p>



<p>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>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>to leave it here because we, I hope we have a pretty good idea of, you know, what this means.</p>



<p>delineation or like a delimiter showing us that these are just representing the strengths and</p>



<p>this is the actual number. Okay, so how can we write this out in a formula?</p>



<p>Whoa, what did I do wrong? Did you see that? Oh no. Hang on a second.</p>



<p>I think I missed it. How many digits are there? If there are eight digits, then I definitely forgot</p>



<p>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>but hey, maybe I&#8217;m making these mistakes on purpose to make sure that you&#8217;re paying attention.</p>



<p>You never know. I want you to think. So 256 is going to be the next number. Double check it with</p>



<p>the calculator. Two to the eighth power, 256. Cool. By the way, a quick trick in binary that</p>



<p>the actual highest number that you can represent in an unsigned binary integer is basically the</p>



<p>strength of the highest digit, you know, this 256 here, multiplied by two and then subtract one</p>



<p>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>represent a number between zero and 511 or 512 possible combinations. Okay, so now let&#8217;s work</p>



<p>let&#8217;s work out the formula.</p>



<p>See 16, 30, 16, 40, okay, I did it okay.</p>



<p>I probably should have rehearsed this.</p>



<p>So let&#8217;s do each position.</p>



<p>So it&#8217;s either always gonna be one times something</p>



<p>or zero times something, right?</p>



<p>Because binary, these characters can only be one or a zero.</p>



<p>So let&#8217;s do on the, starting from the right,</p>



<p>we&#8217;ll say one times two to the something power.</p>



<p>It&#8217;s gonna be two to the zero power</p>



<p>You know, just going to be a one.</p>



<p>Working our way over to the left, it&#8217;s going to be one times two to the something power</p>



<p>to the first power because it just increases every time the power increases.</p>



<p>We have four ones in a row here.</p>



<p>I got to try to remember that.</p>



<p>This is where I&#8217;m going to start making lots and lots of typos.</p>



<p>Two to the second power.</p>



<p>And then we have another one.</p>



<p>One, two, three, four, one times two to the third power.</p>



<p>And then again, we are going to hit a zero.</p>



<p>So it&#8217;s going to be zero times two to the something power.</p>



<p>You might be tempted to omit the zeros.</p>



<p>You can if you want to.</p>



<p>But for me personally, it helps me quickly visually see that I&#8217;m getting the powers in</p>



<p>the right order.</p>



<p>I can see two to the zero power, first power, second power, third power, fourth power.</p>



<p>Sometimes when I omit the zeros, I end up kind of like messing up the order of the powers</p>



<p>and or the order of the exponents.</p>



<p>of the exponents and I have to redo everything all over again.</p>



<p>So I just keep it this way.</p>



<p>Okay, so it&#8217;s one, one, one, one, one, one, one, one, zero.</p>



<p>So there&#8217;s another zero that we need</p>



<p>times two to the fifth power.</p>



<p>So we got both of those zeros now.</p>



<p>And then we need another one times two to the sixth power.</p>



<p>And then we need</p>



<p>0 times 2 to the 7th power.</p>



<p>Okay.</p>



<p>And then we have another 1 times 2 to the 8th power.</p>



<p>And I know we&#8217;re supposed to be done on 8</p>



<p>because that&#8217;s what we were doing before.</p>



<p>The 256 strength.</p>



<p>So unless I made some mistakes here,</p>



<p>this is probably the number that we can punch up into the calculator</p>



<p>to see what this binary number is.</p>



<p>So I&#8217;m going to punch it up.</p>



<p>Huge.</p>



<p>It says that it&#8217;s the number 335.</p>



<p>Let&#8217;s see if that&#8217;s actually right.</p>



<p>I&#8217;m going to punch this up in my personal calculator real fast.</p>



<p>I&#8217;m going to say 10101111.</p>



<p>And the expression is decimal 335.</p>



<p>Yep.</p>



<p>So that&#8217;s it.</p>



<p>We know how to convert from binary to decimal.</p>



<p>And just again, like as a quick shorthand,</p>



<p>it&#8217;s probably a good idea if you&#8217;re involved in computer science,</p>



<p>to memorize these positions up to maybe</p>



<p>6, 5, 5, 3, 6.</p>



<p>That might sound a little extreme sometimes,</p>



<p>but I don&#8217;t know.</p>



<p>Personally, I&#8217;m not like the most advanced</p>



<p>binary reader at all times,</p>



<p>but I can remember up to that much.</p>



<p>And what do I mean when I&#8217;m saying that?</p>



<p>I&#8217;m saying, you know, start with a 1, 2, 4, 8,</p>



<p>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>Took me a while to remember that one.</p>



<p>3, 2, 7, 6, 8, 6, 5, 5, 3, 6.</p>



<p>So if you think about it, how many bits is this?</p>



<p>1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16.</p>



<p>Right here, 16.</p>



<p>That&#8217;ll give you two bytes worth of memorization or a word on many systems.</p>



<p>on many systems. For me personally, I just, I like to go up to 6, 5, 5, 3, 5 because</p>



<p>remember I was saying, you know, what is the highest number that you can go up to</p>



<p>with a certain number of bits? It&#8217;s always the power or the strength of the highest bit</p>



<p>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>or if you&#8217;re taking exams or whatever it is that you&#8217;re doing, I would recommend everyone do this.</p>



<p>Okay. What do you say? What do you say we do another binary number, but we&#8217;ll just do something</p>



<p>a little bit smaller to make it easy. Okay. So by the way, when you start to memorize these positions,</p>



<p>start to eyeball it, which is really, really fast and a good idea. Like I can see those two</p>



<p>numbers right there. I know the first one is a one and the second one is a two. So that means the</p>



<p>one and the one are just going to be a value of three. Then I just quickly go, all right, one,</p>



<p>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>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>and then we&#8217;ll say 1 times 2 to the first power</p>



<p>and then we&#8217;ll say 0 times 2 to the second power</p>



<p>and then we&#8217;ll say 0 times 2 to the third power</p>



<p>and then we&#8217;ll say 1 times 2 to the fourth power</p>



<p>and if I didn&#8217;t go too fast and make a bunch of typos</p>



<p>it should be the number 19</p>



<p>So there is a lot of benefit in memorizing the strength of these different positions.</p>



<p>I personally never remember very much beyond 256 when I&#8217;m actually trying to work out a number</p>



<p>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>you had a little bit of fun. I&#8217;ll see you in the next one.</p>



<p>Hey everybody! Thanks for watching this video again from the bottom of my heart.</p>



<p>I really appreciate it. I do hope you did learn something and have some fun.</p>



<p>If you could do me a please, a small little favor, could you please subscribe</p>



<p>and follow this channel or these videos or whatever it is you do on the current</p>



<p>social media website that you&#8217;re looking at right now. It would really mean the</p>



<p>world to me and it&#8217;ll help make more videos and grow this community so we&#8217;ll</p>



<p>be able to do more videos, longer videos, better videos or just I&#8217;ll be able to</p>



<p>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>you know sometimes I&#8217;m sleeping in the middle of the night and I just wake up because I know</p>



<p>somebody subscribed or followed it just wakes me up and I get filled with joy that&#8217;s exactly what</p>



<p>happens every single time so you could do it as a nice favor to me or you could you could troll me</p>



<p>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>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>screen right now you should see a QR code which you can scan in order to go to the website which</p>



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



<p>where you can just kind of like see all the videos I published and the services and tutorials and</p>



<p>things that I offer and all that good stuff and if you have a suggestion for clarifications or</p>



<p>errata or just future videos that you want to see please leave a comment or if you just want to say</p>



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



<p>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>world to me. I would really appreciate it. So again, thank you so much for watching this video</p>



<p>and enjoy the cool music as, as I fade into the darkness, which is coming for us all.</p>



<p>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 loading="lazy" 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>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>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>Thanks for watching!</p>



<p>Find us on other social media here:</p>



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



<p>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>Hello there.</p>



<p>Let&#8217;s talk about converting decimal to binary.</p>



<p>So decimal and binary, if you don&#8217;t already know, they&#8217;re number representations with</p>



<p>different bases.</p>



<p>So if we have like a decimal, it&#8217;s base 10, which means we have the character 0, 1, 2,</p>



<p>to represent a number. We could represent the same exact number in binary as long as you&#8217;re</p>



<p>not using like a fraction or anything in binary which is a base 2 because in binary you only have</p>



<p>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>fractions then sometimes the numbers don&#8217;t translate precisely in every single case.</p>



<p>They often do but not always so. If you&#8217;re not using a fraction and you want to convert a number</p>



<p>to binary or binary to decimal it should work you should be able to represent the number exactly</p>



<p>okay so base 10 means we have 10 digits that we can use base 2 means uh two digits or two</p>



<p>sorry two characters or 10 characters and um how do we convert a number okay so the first thing</p>



<p>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>And we&#8217;ll convert this number into binary.</p>



<p>So the first thing that we do is we try to understand that every single time we have</p>



<p>a temporary number as we&#8217;re converting from decimal to binary, we&#8217;ll just keep dividing</p>



<p>it by two forever and take the remainder at each step.</p>



<p>The remainder is going to be either zero or one because we divided by two.</p>



<p>When we eventually have nothing left, then we&#8217;re done.</p>



<p>and all of the remainders are going to be the binary number so let&#8217;s try it I&#8217;m</p>



<p>gonna pull up a calculator because I&#8217;m not like super sharp at math all the</p>



<p>time I just want to do this quickly remove from favorites was already in</p>



<p>there oh it&#8217;s right there the symbol doesn&#8217;t make sense the calculate people</p>



<p>have a different symbol and I I&#8217;m doing something wrong it&#8217;s not showing the</p>



<p>right symbol here I need to fix that okay so 554 32 so the first thing we do</p>



<p>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>55432 divided by 2 is what? It&#8217;s something, remainder something.</p>



<p>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>Well, we started with an even number so I can just infer that the remainder is going to be zero.</p>



<p>But if you&#8217;re not sure, you can use the modulo operator.</p>



<p>So here when we use the division operator, it&#8217;ll tell us what the quotient is.</p>



<p>What&#8217;s the actual, you know, what is that number divided by the other number?</p>



<p>But if we use the modulo operator, it&#8217;ll just give us the remainder.</p>



<p>Not all calculators do this. Keep that in mind.</p>



<p>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>Then you know the remainder is 0 otherwise</p>



<p>You can subtract the original number 5 5 4 3 2 from</p>



<p>The number that you multiplied back up and then that should give you the real remainder. Hopefully your calculator does modulo though</p>



<p>For those of you who are ambitious you can probably just open up a Python terminal and</p>



<p>way because programming languages all have the modular operator and python is pretty easy to get</p>



<p>into all right so we&#8217;ve done that we now know that there is a zero somewhere in our binary result</p>



<p>but because we have this result that is pretty big we&#8217;re not done we have to continue dividing</p>



<p>so i&#8217;m just going to take that number copy paste it to the next line and divide it again</p>



<p>and just repeat the process i&#8217;m going to say something divided by two it&#8217;s one three eight</p>



<p>check myself here 13858 the original number was even the six was even so I know there&#8217;s not going</p>



<p>to be a remainder pretty much you know if it&#8217;s even zero remainder if it&#8217;s odd one remainder</p>



<p>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>again copy paste 13858 down to the next line divided by two equals what</p>



<p>2929 so 6929 remainder what?</p>



<p>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>I like to space</p>



<p>My notepad results here out so that everything is lined up notice how the R is kind of like askew</p>



<p>So I&#8217;m just going to hit a space there to make sure everything is lined up</p>



<p>And then I&#8217;m going to do it again</p>



<p>6929 divided by 2 maybe I&#8217;ll hit a space before that</p>



<p>that division symbol to make sure everything is okay.</p>



<p>6929 is going to be, oops, I&#8217;m on the wrong.</p>



<p>Did I accidentally close that?</p>



<p>Oh my gosh.</p>



<p>I cannot stop myself.</p>



<p>What?</p>



<p>It&#8217;s saying that it was already open somewhere.</p>



<p>Did I just miss that?</p>



<p>No, okay.</p>



<p>Whatever.</p>



<p>Okay.</p>



<p>So 6929 divided by two,</p>



<p>divided by two it&#8217;s going to be oh I forgot yeah this calculator is not going</p>



<p>to like around for me so that&#8217;s that makes it even easier if the result is</p>



<p>0.5 then the remainder is definitely one otherwise the remainder is zero so it&#8217;s</p>



<p>going to be three four six four remainder one three four six four</p>



<p>remainder one space it out real fast three four six four remainder one okay</p>



<p>and then copy three four six four forget about the one we&#8217;re not copying that</p>



<p>copying the actual quotient result. So 3464 divided by 2, 1732, 32, remainder 0 because</p>



<p>it was even in the first place, 1732. Oh, there it is. I keep forgetting. Maybe I should</p>



<p>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>3 2 divided by 2 equals 8 66 remainder 0 because it was even do my spacing i did my spacing</p>



<p>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>should have spaced the numbers and not spaced the operator that&#8217;s probably better okay so 866 divided</p>



<p>433, 433, and it was even, so the remainder is zero.</p>



<p>And then, 433, okay, so 433 divided by two.</p>



<p>I&#8217;m getting tired of this.</p>



<p>I don&#8217;t know if you can tell.</p>



<p>216, so 433 divided by two is going to be equal to 216,</p>



<p>and then remainder one.</p>



<p>Space that out.</p>



<p>Oh, I messed that up again, okay.</p>



<p>And then space those out, and then everything is good.</p>



<p>those out and then everything is good okay so then 216 divided by two and of</p>



<p>course I&#8217;m just doing this again and again and again I hope this is not too</p>



<p>boring but I hope you&#8217;re following along another good tip that I like to give</p>



<p>people when they&#8217;re learning new things is do not make the mistake of</p>



<p>accidentally memorizing a handful of examples try to find as many examples as</p>



<p>you possibly can and every time you practice use a different example that</p>



<p>way you will actually learn how to do the thing instead of accidentally</p>



<p>accidentally memorizing an example. Okay, so 108 divided by two. Maybe I&#8217;ll do this again,</p>



<p>but with a smaller number just to make things faster. It&#8217;s going to be 54,</p>



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



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



<p>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>going to be like probably 13 remainder one i don&#8217;t trust myself i&#8217;m gonna do it for real</p>



<p>27 divided by 2 13 remainder 1 and then put the 13 there 13 divided by 2 is</p>



<p>um 6 remainder 1 oh no i&#8217;m losing it okay 6 remainder 1</p>



<p>for double checking. I am honestly not like an internal mind math whiz. And then we do</p>



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



<p>three divided by two is going to be, you know, one because only one of the twos can fit there.</p>



<p>And then one remainder one. And then we have one left over. So we&#8217;ll say one divided by two,</p>



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



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



<p>the quotient result we&#8217;re not carrying over the remainder so if I carry this over here</p>



<p>zero divided by two the number is always going to just be zero remainder zero no matter how many</p>



<p>times now no matter how many times we carry this down so we know we&#8217;re done when this number that</p>



<p>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>Well, maybe I&#8217;ll leave one up there just to kind of prove a point.</p>



<p>Think about this, if this is actually going to be zeros forever, which side of the number</p>



<p>string would the zeros go on so that no matter how many zeros you computed, the actual result</p>



<p>wouldn&#8217;t change?</p>



<p>For example, if I had this original decimal number and I decided to say, all right, I&#8217;m</p>



<p>going to add some zeros to it without changing the result.</p>



<p>then it definitely changes what number that is, right?</p>



<p>The value is now multiplied by a thousand.</p>



<p>But if I put the zeros on the left,</p>



<p>then the number doesn&#8217;t actually change.</p>



<p>These are junk zeros.</p>



<p>They don&#8217;t mean anything or they mean nothing.</p>



<p>So that means wherever the endless zeros are</p>



<p>is actually the left side of the binary string</p>



<p>that you&#8217;re trying to make.</p>



<p>Think about it.</p>



<p>You know, we&#8217;re not going to put a bunch of zeros</p>



<p>on the right side of a binary string</p>



<p>we&#8217;d be increasing the size dramatically just based on our whims of how many times we tried</p>



<p>to divide a zero.</p>



<p>Instead if we stick the numbers on the left side, then the result doesn&#8217;t change so it&#8217;s</p>



<p>totally fine.</p>



<p>Which means if you kind of tilt your head to the left, that&#8217;s the number, not to the</p>



<p>right.</p>



<p>So that means you know probably intuitively you might have been thinking oh the first</p>



<p>number, the first remainder we got that was going to be the first digit and then we work</p>



<p>our way to the right.</p>



<p>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>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>and work your way up and then just write the binary string correctly sometimes i&#8217;d like to</p>



<p>start from the top and then reverse the string later just as a little brain exercise so i&#8217;ll go</p>



<p>one two three starting from the top one one two three one one two three one one zero one one</p>



<p>And then I&#8217;ll reverse it.</p>



<p>I&#8217;ll say 1101100010001000.</p>



<p>And because I just did it this way, this provides a nice opportunity to double check your work</p>



<p>because it&#8217;s really easy to get things like this wrong.</p>



<p>I get things wrong all the time.</p>



<p>And so if you can figure out a way to double check your work in two or three different ways,</p>



<p>you reduce the chances of being wrong.</p>



<p>It takes a little more time, but it&#8217;s a really good idea when you&#8217;re actually doing work</p>



<p>or like you&#8217;re taking an exam or whatever.</p>



<p>an exam or whatever check your work in multiple different ways so now that I&#8217;ve done it in</p>



<p>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>going to go one one zero one one zero zero zero one zero zero zero one zero zero zero</p>



<p>does it match it seems to match so I&#8217;m pretty confident that this is the correct number let&#8217;s</p>



<p>just punch it in real fast I&#8217;m going to punch it in on my personal calculator here real</p>



<p>I&#8217;m just going to copy this to my outside calculator just to prove to myself that it works.</p>



<p>55432.</p>



<p>Okay, so this is indeed the correct answer.</p>



<p>We now understand how to convert from decimal to binary.</p>



<p>It&#8217;s not too bad, right?</p>



<p>Let&#8217;s do another number just for fun, just something really small.</p>



<p>Let&#8217;s go 632.</p>



<p>Okay, whoops, nope, nope, nope.</p>



<p>Let&#8217;s do another tab.</p>



<p>We&#8217;ll say decimal 632 so that this is faster.</p>



<p>We start with 632.</p>



<p>We divide it by 2.</p>



<p>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>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>632 divided by zero I oh I blew it oh I was thinking of okay this is why I use a calculator</p>



<p>316 divided by 2 is going to be, I thought I was so cool too, like, oh, everyone watching</p>



<p>is going to be so impressed that I did this in my mind.</p>



<p>Nope.</p>



<p>So we do 316 divided by 2, it&#8217;s going to be 158 remainder 0.</p>



<p>So 158 divided by 2, that&#8217;s going to be, okay, that&#8217;s 75 plus 4, I guarantee it.</p>



<p>So I&#8217;m going to do 79, 79 remainder 0.</p>



<p>Let me see if I&#8217;m right.</p>



<p>Oh gosh, this is going to be embarrassing if I get it wrong.</p>



<p>79, okay.</p>



<p>So then, now we&#8217;re gonna do 79 divided by two.</p>



<p>Whoops, I spaced poorly.</p>



<p>79 divided by two is basically gonna be 39 remainder one.</p>



<p>We know it&#8217;s remainder one,</p>



<p>cause you know, 79 is odd.</p>



<p>If it was 80 divided by two, it would&#8217;ve been 40.</p>



<p>So let&#8217;s just double check real fast</p>



<p>to make sure that we&#8217;re getting it right.</p>



<p>It&#8217;s easy to get things wrong</p>



<p>if you&#8217;re not double checking yourself.</p>



<p>39, okay, so then we&#8217;ll do 39 divided by two.</p>



<p>divided by 2</p>



<p>well that&#8217;s just going to be 20 remainder 1</p>



<p>am I right about that? I don&#8217;t know</p>



<p>let&#8217;s see</p>



<p>39 divided by 2</p>



<p>oh I blew it</p>



<p>what was I thinking?</p>



<p>of course it&#8217;s going to be at least 40 if it&#8217;s 20</p>



<p>totally blew it</p>



<p>so 19 divided by 2</p>



<p>ok so I&#8217;m looking for a lower number not a higher number</p>



<p>so 18 so that&#8217;s 9</p>



<p>let me see 9 remainder 1</p>



<p>am I right?</p>



<p>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>And have to do this whole thing all over again from scratch, but hey at least it will be more brain exercise</p>



<p>Okay, so 9 divided by 2</p>



<p>I&#8217;m gonna say 4 remainder 1 because it&#8217;s odd</p>



<p>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>think I need to double check it although I probably should anyway 2 divided by 2 is going to be 1</p>



<p>remainder 0 okay we have a 1 so we actually have to do this one more step 1 divided by 2 equals</p>



<p>1 remainder 0 oh sorry sorry sorry sorry 0 remainder 0 otherwise that would have been</p>



<p>infinity 1s for no reason at all so 0 remainder 0 sorry remainder 1</p>



<p>Then finally, we&#8217;re down to 0 divided by 2 equals just 0, remainder 0.</p>



<p>And then we&#8217;re finished.</p>



<p>Okay.</p>



<p>Let me do it the first way where I go from top to bottom, then reverse it.</p>



<p>1, 2, 3, 1, 2, 3, 4, 1, 2, 1, 1, 2, 3, 4.</p>



<p>Then I&#8217;ll try to reverse that.</p>



<p>1, 2, 3, 4, 1, 1, 2, 1, 2, 3, 4, 1, 2, 3.</p>



<p>Okay.</p>



<p>Then I&#8217;ll do it from the bottom up.</p>



<p>1, 2, 3, 4, 1, 0, 0, 1, 2, 3, 4, 1, 2, 3.</p>



<p>two, three, do these two match?</p>



<p>Yes, they do.</p>



<p>Okay, I think we&#8217;ve successfully done this.</p>



<p>We&#8217;re now semi-experts at converting decimal to binary.</p>



<p>Thank you for watching.</p>



<p>I hope you enjoyed this video.</p>



<p>I hope you learned a little bit of stuff and had a little bit of fun.</p>



<p>I&#8217;ll see you in the next video.</p>



<p>Hey, everybody.</p>



<p>Thanks for watching this video again from the bottom of my heart.</p>



<p>I really appreciate it.</p>



<p>I do hope you did learn something and have some fun.</p>



<p>If you could do me a please a small little favor</p>



<p>Could you please subscribe and follow this channel or these videos or whatever it is you do on the current social media?</p>



<p>It&#8217;s a website that you&#8217;re looking at right now</p>



<p>It would really mean the world to me and it&#8217;ll help make more videos and grow this community</p>



<p>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>So please do do me a kindness and and subscribe</p>



<p>in the middle of the night and I just wake up because I know somebody</p>



<p>subscribed or followed it just wakes me up and I get filled with joy that&#8217;s</p>



<p>exactly what happens every single time so you could do it as a nice favor to me</p>



<p>or you could you control me if you want to just wake me up in the middle of</p>



<p>night just subscribe and then I&#8217;ll just wake up I promise that&#8217;s what will</p>



<p>happen also if you look at the middle of the screen right now you should see a</p>



<p>QR code which you can scan in order to go to the website which I think is also</p>



<p>named somewhere at the bottom of this video and it&#8217;ll take you to my main</p>



<p>take you to my main website where you can just kind of like see all the videos I published and</p>



<p>the services and tutorials and things that I offer and all that good stuff and</p>



<p>if you have a suggestion for clarifications or errata or just future videos that you want to</p>



<p>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>just send me a comment whatever I also wake up for those in the middle of the night I get</p>



<p>it would really it really mean the world to me I would really appreciate it so</p>



<p>again thank you so much for watching this video and enjoy the cool music as</p>



<p>as I fade into the darkness which is coming for us all</p>



<p>Thank you.</p>



<p></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>
	</channel>
</rss>
