<?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 tutorial Archives - NeuralLantern.com</title>
	<atom:link href="https://www.NeuralLantern.com/tag/binary-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.NeuralLantern.com/tag/binary-tutorial/</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 tutorial Archives - NeuralLantern.com</title>
	<link>https://www.NeuralLantern.com/tag/binary-tutorial/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Binary to Decimal Made Easy: Fun Crash Course for Beginners</title>
		<link>https://www.NeuralLantern.com/binary-to-decimal-made-easy-fun-crash-course-for-beginners/</link>
					<comments>https://www.NeuralLantern.com/binary-to-decimal-made-easy-fun-crash-course-for-beginners/#respond</comments>
		
		<dc:creator><![CDATA[mike]]></dc:creator>
		<pubDate>Sun, 06 Apr 2025 01:41:06 +0000</pubDate>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[base 2 explained]]></category>
		<category><![CDATA[beginner coding]]></category>
		<category><![CDATA[binary conversion]]></category>
		<category><![CDATA[binary for beginners]]></category>
		<category><![CDATA[binary math]]></category>
		<category><![CDATA[binary to decimal]]></category>
		<category><![CDATA[binary tricks]]></category>
		<category><![CDATA[binary tutorial]]></category>
		<category><![CDATA[coding 101]]></category>
		<category><![CDATA[computer science basics]]></category>
		<category><![CDATA[decimal to binary]]></category>
		<category><![CDATA[how to read binary]]></category>
		<category><![CDATA[learn binary]]></category>
		<category><![CDATA[number systems]]></category>
		<category><![CDATA[tech explained]]></category>
		<guid isPermaLink="false">https://www.NeuralLantern.com/?p=82</guid>

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



<p>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 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>
