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

<image>
	<url>https://www.NeuralLantern.com/wp-content/uploads/2025/04/cropped-2025-04-04-Lantern-03-32x32.png</url>
	<title>binary to hex Archives - NeuralLantern.com</title>
	<link>https://www.NeuralLantern.com/tag/binary-to-hex/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Convert Decimal to Hexadecimal: Fun &#038; Easy Guide for Beginners</title>
		<link>https://www.NeuralLantern.com/how-to-convert-decimal-to-hexadecimal-fun-easy-guide-for-beginners/</link>
					<comments>https://www.NeuralLantern.com/how-to-convert-decimal-to-hexadecimal-fun-easy-guide-for-beginners/#respond</comments>
		
		<dc:creator><![CDATA[mike]]></dc:creator>
		<pubDate>Sun, 13 Apr 2025 00:54:33 +0000</pubDate>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Conversions]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[beginner programming]]></category>
		<category><![CDATA[binary to hex]]></category>
		<category><![CDATA[coding for beginners]]></category>
		<category><![CDATA[coding tips]]></category>
		<category><![CDATA[coding tutorial]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[decimal to hexadecimal]]></category>
		<category><![CDATA[hex explained]]></category>
		<category><![CDATA[hexadecimal conversion]]></category>
		<category><![CDATA[learn to code]]></category>
		<category><![CDATA[math for coding]]></category>
		<category><![CDATA[number systems]]></category>
		<category><![CDATA[programming basics]]></category>
		<category><![CDATA[tech tutorials]]></category>
		<guid isPermaLink="false">https://www.NeuralLantern.com/?p=88</guid>

					<description><![CDATA[<p>"Hexadecimal uses 0-9 and A-F to represent 16 values, making it shorter than binary. Learn to convert decimal to hex with this fun, step-by-step guide!</p>
<p>The post <a href="https://www.NeuralLantern.com/how-to-convert-decimal-to-hexadecimal-fun-easy-guide-for-beginners/">How to Convert Decimal to Hexadecimal: Fun &amp; Easy Guide 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="How to Convert Decimal to Hexadecimal: Fun &amp; Easy Guide for Beginners" src="https://rumble.com/embed/v6ptsuf/#?secret=pWTtkdDlLf" data-secret="pWTtkdDlLf" width="1000" height="563" frameborder="0"></iframe>
</div></figure>



<p class="wp-block-paragraph">Want to master decimal-to-hexadecimal conversion? Join me in this fun, beginner-friendly tutorial where we break it down with clear examples?like turning 223 into 0xDF! From number systems to handy calculator tricks, I?ll guide you step-by-step, no stress. Bonus: my dog makes a cameo! Perfect for coding newbies or anyone curious about hex. Subscribe for more easy tech tutorials, and let me know what you want to learn next! #DecimalToHex #CodingBasics #LearnToCode</p>



<p class="wp-block-paragraph">Introduction 00:00:00<br>Number Systems Overview 00:00:12<br>Decimal vs. Hexadecimal 00:00:39<br>Hexadecimal Digits Explained 00:01:06<br>Conversion Process Introduction 00:01:40<br>First Conversion Example Start 00:02:10<br>Handling Remainders 00:02:38<br>Dog Interruption 00:03:16<br>Continuing First Conversion 00:03:43<br>Finalizing First Conversion 00:06:04<br>Reversing Digits Order 00:06:24<br>Mapping Numbers to Hex Letters 00:07:34<br>Verifying First Conversion 00:08:48<br>Hexadecimal Prefix Importance 00:10:57<br>Second Conversion Example (223) 00:11:34<br>Third Conversion Example (2816) 00:13:32<br>Hex and Binary Relationship 00:14:56<br>Padding Zeros in Hex 00:16:07<br>Video Conclusion 00:16:58</p>



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



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



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



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



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



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



<li>Subscribing to our Blog</li>



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



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



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



<p class="wp-block-paragraph">Hopefully you&#8217;ve watched my other videos by now, but basically we have different number</p>



<p class="wp-block-paragraph">systems, number bases that we can use.</p>



<p class="wp-block-paragraph">We have decimal, which is a base 10.</p>



<p class="wp-block-paragraph">which is base 10 or sorry base 16.</p>



<p class="wp-block-paragraph">We can basically convert back and forth between all of these systems.</p>



<p class="wp-block-paragraph">We can represent the exact same number just in different ways.</p>



<p class="wp-block-paragraph">Just as a quick refresher.</p>



<p class="wp-block-paragraph">Decimal, we can have characters that are 0 through 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9.</p>



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



<p class="wp-block-paragraph">That&#8217;s why it&#8217;s base 10.</p>



<p class="wp-block-paragraph">In binary, we have, you know, just characters 0 and 1.</p>



<p class="wp-block-paragraph">characters 0 and 1 and in hexadecimal it&#8217;s meant to compact the representation a little bit it has</p>



<p class="wp-block-paragraph">more characters or more possible characters per digit than decimal so the number is going to be</p>



<p class="wp-block-paragraph">a little bit shorter usually unless it&#8217;s like very very small than decimal and it&#8217;ll be a lot shorter</p>



<p class="wp-block-paragraph">than the same number in binary so in hexadecimal we start off with 0 1 2 3 4 5 6 7 8 9</p>



<p class="wp-block-paragraph">three, four, five, six, seven, eight, nine.</p>



<p class="wp-block-paragraph">And then to get the remaining digits, we just go A, B, C, D, E, F.</p>



<p class="wp-block-paragraph">So we have this many characters.</p>



<p class="wp-block-paragraph">It&#8217;s 16 total characters.</p>



<p class="wp-block-paragraph">We can represent a number between 0 and 15.</p>



<p class="wp-block-paragraph">So that&#8217;s a difference between, you know, hexadecimal and decimal.</p>



<p class="wp-block-paragraph">Now let&#8217;s learn how to actually convert.</p>



<p class="wp-block-paragraph">So I&#8217;m going to start off with a number.</p>



<p class="wp-block-paragraph">I&#8217;m just going to type like a random number here.</p>



<p class="wp-block-paragraph">Hopefully this doesn&#8217;t go on for too long, the conversion.</p>



<p class="wp-block-paragraph">decimal number is just that. How do we convert? If you watch my other videos, it&#8217;s basically the</p>



<p class="wp-block-paragraph">same thing as converting from decimal to binary, except instead of dividing by two, because binary</p>



<p class="wp-block-paragraph">is base two, we&#8217;ll divide by 16 because hex is base 16. So I&#8217;m going to start off by saying,</p>



<p class="wp-block-paragraph">let&#8217;s take the original number and we&#8217;ll divide it by not two, 16. What does that equal? There&#8217;s</p>



<p class="wp-block-paragraph">no way I&#8217;m doing this in my head. So I&#8217;m just going to use a calculator for every single step,</p>



<p class="wp-block-paragraph">going to use a calculator for every single step not even going to try I&#8217;m</p>



<p class="wp-block-paragraph">going to say this number divided by 16 is 5 1 1 7 5 7 with some sort of a</p>



<p class="wp-block-paragraph">remainder so I&#8217;m gonna go 5 1 1 7 5 7 remainder something so in most</p>



<p class="wp-block-paragraph">calculators you can just punch up the modulo operator which is like the</p>



<p class="wp-block-paragraph">percent symbol before I do that I just want to point out 0.75 is 3 4ths of</p>



<p class="wp-block-paragraph">of whatever it is that is one you know that one character can represent we know</p>



<p class="wp-block-paragraph">we can represent 16 different values what&#8217;s 16 divided by 4 that&#8217;s 4 so three</p>



<p class="wp-block-paragraph">of those should be like 12 I hope unless I&#8217;m saying something totally wrong so</p>



<p class="wp-block-paragraph">I&#8217;m gonna do modulo so that&#8217;s 12 okay remainder 12 my dog is growling at me</p>



<p class="wp-block-paragraph">He likes to lie about peeing.</p>



<p class="wp-block-paragraph">He doesn&#8217;t actually pee.</p>



<p class="wp-block-paragraph">He already did a huge pee and then three times after that at 20 minute intervals, he went</p>



<p class="wp-block-paragraph">out there and lifted his leg and just like three squirts came out and he expected a giant</p>



<p class="wp-block-paragraph">treat for it.</p>



<p class="wp-block-paragraph">I&#8217;m not doing it.</p>



<p class="wp-block-paragraph">You&#8217;re not getting that treat.</p>



<p class="wp-block-paragraph">I expect a big pee pee if you want a treat.</p>



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



<p class="wp-block-paragraph">Dang little dog.</p>



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



<p class="wp-block-paragraph">So, here we are still dividing.</p>



<p class="wp-block-paragraph">here we are still dividing. I got the remainder. So then we just need to take, you know, the</p>



<p class="wp-block-paragraph">quotient result, you know, what is the result of actually dividing, just carry it over to</p>



<p class="wp-block-paragraph">the next line. I&#8217;m going to do some spaces to make it look all even and continue to divide.</p>



<p class="wp-block-paragraph">So divided by 16 equals something. Don&#8217;t forget that if you have the modulo operator over there,</p>



<p class="wp-block-paragraph">you got to take it out, go back to division. It&#8217;s going to be 31984 remainder something.</p>



<p class="wp-block-paragraph">what&#8217;s the remainder i&#8217;m just going to get the modulo i don&#8217;t want i don&#8217;t want to recall what</p>



<p class="wp-block-paragraph">0.8125 is i&#8217;m sure some of you out there can already do that but it is 13 remainder 13.</p>



<p class="wp-block-paragraph">um so i&#8217;m gonna go 319 divided by 16 31984 divided by 16 so it&#8217;s going to be 1 999 okay so carry that</p>



<p class="wp-block-paragraph">over real fast though divided by 16 equals 1 9 9 remainder something there&#8217;s no decimal point at the</p>



<p class="wp-block-paragraph">There&#8217;s no decimal point at the end of that so I can just assume the remainder is going to be zero.</p>



<p class="wp-block-paragraph">If you want to double check to be sure, which is a good idea, use the modulo operator.</p>



<p class="wp-block-paragraph">If your calculator doesn&#8217;t have modulo, find another calculator or jump into Python or something.</p>



<p class="wp-block-paragraph">So I&#8217;m going to carry over 199 to the next line there.</p>



<p class="wp-block-paragraph">1, 2, 4, remainder, whatever modulo says, 15.</p>



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



<p class="wp-block-paragraph">All right, then I&#8217;m gonna carry it over,</p>



<p class="wp-block-paragraph">just 1, 2, 4, divided by 16 again.</p>



<p class="wp-block-paragraph">If you were hoping I&#8217;d be able to do it in my head by now,</p>



<p class="wp-block-paragraph">you were wrong.</p>



<p class="wp-block-paragraph">1, 2, 4, divided by 16, it&#8217;s gonna be 7.75,</p>



<p class="wp-block-paragraph">so just like seven, remainder something.</p>



<p class="wp-block-paragraph">What did I say last time for the 3 4ths?</p>



<p class="wp-block-paragraph">Was that 12?</p>



<p class="wp-block-paragraph">whoops, I can&#8217;t remember anymore.</p>



<p class="wp-block-paragraph">12, yeah, okay, so remainder 12.</p>



<p class="wp-block-paragraph">And then we&#8217;ll carry it over and we&#8217;ll say 7 divided by 16.</p>



<p class="wp-block-paragraph">So we know that, you know, 16 doesn&#8217;t really fit into 7 at all.</p>



<p class="wp-block-paragraph">So it&#8217;s going to be 0 remainder, whatever the number is.</p>



<p class="wp-block-paragraph">Let&#8217;s punch it here just to double check.</p>



<p class="wp-block-paragraph">We&#8217;ll say 7 divided by 16.</p>



<p class="wp-block-paragraph">You can see that it&#8217;s 0.</p>



<p class="wp-block-paragraph">And then the remainder is going to be 7, just, you know, what the original number was.</p>



<p class="wp-block-paragraph">number was. So now at this point when the actual you know carry down quotient is</p>



<p class="wp-block-paragraph">going to be zero then we just have zero divided by 16 equals just zero remainder</p>



<p class="wp-block-paragraph">zero and it&#8217;ll just continue like this forever and ever and ever and ever and</p>



<p class="wp-block-paragraph">ever. So this is how you know you&#8217;re done. Another thing that I mentioned in</p>



<p class="wp-block-paragraph">other videos is how do we actually know where the zeros belong? I mean if you</p>



<p class="wp-block-paragraph">read this intuitively from the top to the bottom you might think that you know</p>



<p class="wp-block-paragraph">you know the top number is going to be like the first digit but it&#8217;s actually</p>



<p class="wp-block-paragraph">backwards it goes from the bottom up the reason you can know that is again based</p>



<p class="wp-block-paragraph">on my other videos if we just type a random decimal number here if I add</p>



<p class="wp-block-paragraph">zeros to the right side I&#8217;m actually changing the value of the number I&#8217;m</p>



<p class="wp-block-paragraph">making it bigger but if I add zeros to the left side I&#8217;m not changing the value</p>



<p class="wp-block-paragraph">at all so that means those zeros here which could go on for infinity based on</p>



<p class="wp-block-paragraph">how much tenacity you have they should be on the left side because you don&#8217;t</p>



<p class="wp-block-paragraph">side because you don&#8217;t want any amount of these zeros to change the value of your number because</p>



<p class="wp-block-paragraph">they you know it&#8217;s an arbitrary number of zeros based on how how fast you get tired of doing zeros</p>



<p class="wp-block-paragraph">so that means if i go from top to bottom i have to reverse it if i go from bottom to top it&#8217;s</p>



<p class="wp-block-paragraph">already going to be in the right order or sorry if i if i correlate or if i map bottom to top to mean</p>



<p class="wp-block-paragraph">left to right then it&#8217;s fine already if i map top to bottom for left to right then i&#8217;ll have to</p>



<p class="wp-block-paragraph">For left to right, then I&#8217;ll have to reverse it when I&#8217;m done.</p>



<p class="wp-block-paragraph">So I&#8217;ll do it both ways just to show you.</p>



<p class="wp-block-paragraph">But there&#8217;s one more step we need to do because in hexadecimal,</p>



<p class="wp-block-paragraph">we have more characters than decimal.</p>



<p class="wp-block-paragraph">We have to translate what does this 12 and 13 and these other numbers mean.</p>



<p class="wp-block-paragraph">Luckily, we had some of them in there.</p>



<p class="wp-block-paragraph">It could have been too easy.</p>



<p class="wp-block-paragraph">So remember in hex, we have 0, 1, 2, 3, 4, 5, 6, 7, 8, 9.</p>



<p class="wp-block-paragraph">And then we have A, B, C, D, E, right?</p>



<p class="wp-block-paragraph">So we know that the value of 0 is 0 and 1 is 1 and 2 and 2 and so forth, right?</p>



<p class="wp-block-paragraph">Like 9 is 9.</p>



<p class="wp-block-paragraph">But what&#8217;s the value of A?</p>



<p class="wp-block-paragraph">For each increasing digit, the value just goes up by 1.</p>



<p class="wp-block-paragraph">So that means that A is worth 10.</p>



<p class="wp-block-paragraph">I&#8217;m going to write this vertically just so that you understand that this means the strength</p>



<p class="wp-block-paragraph">of the A is 10.</p>



<p class="wp-block-paragraph">And then the strength of the B is going to be 11 because it just increases by 1.</p>



<p class="wp-block-paragraph">The strength of the C is 12.</p>



<p class="wp-block-paragraph">The strength of the D is 13.</p>



<p class="wp-block-paragraph">Oops, I forgot the F.</p>



<p class="wp-block-paragraph">Oops, I forgot the F. Hit F in the chat if you forgot the F too.</p>



<p class="wp-block-paragraph">So the strength of the E is 14. The strength of the F is 15.</p>



<p class="wp-block-paragraph">And then we&#8217;re done. And remember, there&#8217;s 16 digits total.</p>



<p class="wp-block-paragraph">So the highest value is 15 because it includes the zero.</p>



<p class="wp-block-paragraph">So, you know, 16 total possible values you could represent, but the highest value, 15.</p>



<p class="wp-block-paragraph">So that means every time we see a 12 here,</p>



<p class="wp-block-paragraph">say that that&#8217;s really a C and every time we see actually let me let me put</p>



<p class="wp-block-paragraph">the other C in there real fast every time we see a 13 that means it&#8217;s a D</p>



<p class="wp-block-paragraph">every time we see a zero zero through nine it just it means the original</p>



<p class="wp-block-paragraph">number oh wow we only had two digits that are gonna mean the original number</p>



<p class="wp-block-paragraph">so mark my words you know the 15 is gonna be an F every time you see zero</p>



<p class="wp-block-paragraph">one two three four five six seven eight nine it maps to the same number so seven</p>



<p class="wp-block-paragraph">maps to seven it&#8217;s totally fine the only time it maps to a letter is of course when you exceed nine</p>



<p class="wp-block-paragraph">so 10 and above are going to map to letters so now i have these mappings i just need to sort of scan</p>



<p class="wp-block-paragraph">uh my my work to come up with the correct hexadecimal number so i&#8217;ll start from top to</p>



<p class="wp-block-paragraph">bottom because it&#8217;s a little bit harder that way and it&#8217;ll be more brain practice i&#8217;m going to go</p>



<p class="wp-block-paragraph">and then you know as many zeros as you decided to calculate and hopefully this</p>



<p class="wp-block-paragraph">reminds you oh no I&#8217;m increasing the value by adding the zeros that means I</p>



<p class="wp-block-paragraph">have to reverse everything so I&#8217;m gonna get rid of these zeros though and I&#8217;m</p>



<p class="wp-block-paragraph">gonna reverse it 7cf0dc okay great now let&#8217;s double check because it&#8217;s always</p>



<p class="wp-block-paragraph">a great idea to check your work in different ways with different methods to</p>



<p class="wp-block-paragraph">decrease the possibility that you&#8217;re accidentally wrong so now I&#8217;m gonna go</p>



<p class="wp-block-paragraph">So now I&#8217;m going to go from bottom to top and see if it&#8217;s the same thing.</p>



<p class="wp-block-paragraph">7 C F 0 D C. Does it match? Yes.</p>



<p class="wp-block-paragraph">So now I&#8217;m pretty confident that I have the right answer.</p>



<p class="wp-block-paragraph">Let me punch this up in my personal calculator real fast.</p>



<p class="wp-block-paragraph">I&#8217;m going to do just to double check the work before we cut the camera,</p>



<p class="wp-block-paragraph">because if I&#8217;m wrong, I want to be able to correct myself right away.</p>



<p class="wp-block-paragraph">Instead of coming back with another video later,</p>



<p class="wp-block-paragraph">which sometimes I guess I&#8217;ll have to do.</p>



<p class="wp-block-paragraph">f0 dc is the correct answer all right so we now have converted our first number from decimal to</p>



<p class="wp-block-paragraph">hexadecimal nice and by the way if you didn&#8217;t already know this you&#8217;re supposed to put a</p>



<p class="wp-block-paragraph">prefix in front of hexadecimal numbers not necessarily in every program that asks for</p>



<p class="wp-block-paragraph">hex input some of them are not programmed that way but in general when you expect someone to</p>



<p class="wp-block-paragraph">read your numbers if it&#8217;s hex you want to put ox in front of it because you don&#8217;t want them to</p>



<p class="wp-block-paragraph">confuse, let&#8217;s say we have this number and this number and this number. All three of those could</p>



<p class="wp-block-paragraph">be a different number depending on whether they&#8217;re binary or decimal or hex. But if you put the</p>



<p class="wp-block-paragraph">symbols in front, this is binary, this is hex, then now the reader knows that these are three</p>



<p class="wp-block-paragraph">different numbers and they can infer what the numbers mean. Okay, so let me, let&#8217;s just do like</p>



<p class="wp-block-paragraph">another number. We&#8217;ll make it a little bit smaller so it&#8217;s easier. We&#8217;ll say decimal and we&#8217;ll go two,</p>



<p class="wp-block-paragraph">and we&#8217;ll go 2 2 3.</p>



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



<p class="wp-block-paragraph">So we start off with 2 2 3,</p>



<p class="wp-block-paragraph">we divide it by 16,</p>



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



<p class="wp-block-paragraph">So 2 2 3 divided by 16</p>



<p class="wp-block-paragraph">is going to be 13 remainder something.</p>



<p class="wp-block-paragraph">I&#8217;m going to do the modulo operator.</p>



<p class="wp-block-paragraph">And by the way,</p>



<p class="wp-block-paragraph">if you don&#8217;t have a modulo operator</p>



<p class="wp-block-paragraph">and you can&#8217;t figure out a better way to do this,</p>



<p class="wp-block-paragraph">a good trick is to just say,</p>



<p class="wp-block-paragraph">let&#8217;s take 13,</p>



<p class="wp-block-paragraph">because that was the answer, right?</p>



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



<p class="wp-block-paragraph">We&#8217;ll take 13 and multiply that by 16 again,</p>



<p class="wp-block-paragraph">that by 16 again so it goes higher then take the difference between that and the original number</p>



<p class="wp-block-paragraph">so we can say 223 minus uh the number multiplied back up and it&#8217;ll tell us that our remainder is 15.</p>



<p class="wp-block-paragraph">let&#8217;s see was that actually the remainder let me just double check here oh gosh what am i doing</p>



<p class="wp-block-paragraph">223 modulo 16 15 yeah there it is if you&#8217;re lazy like me you could also do something like this i</p>



<p class="wp-block-paragraph">and I don&#8217;t have a modulo.</p>



<p class="wp-block-paragraph">I&#8217;ll do 13 times 16 and it&#8217;s 208.</p>



<p class="wp-block-paragraph">And then I&#8217;ll just subtract the original number</p>



<p class="wp-block-paragraph">and then we get negative 15,</p>



<p class="wp-block-paragraph">but then I know it&#8217;s not negative, I know it&#8217;s 15.</p>



<p class="wp-block-paragraph">So it&#8217;s just like, it makes you a little bit faster</p>



<p class="wp-block-paragraph">in the calculator.</p>



<p class="wp-block-paragraph">So this number I think was too small</p>



<p class="wp-block-paragraph">because we just do 13 and then divide that by 16.</p>



<p class="wp-block-paragraph">Obviously the answer is gonna be zero remainder 13.</p>



<p class="wp-block-paragraph">And we just have a two digit hexadecimal number.</p>



<p class="wp-block-paragraph">digit hexadecimal number. Let&#8217;s do that real fast. What is 15 going to be? It&#8217;s A and no, no,</p>



<p class="wp-block-paragraph">no, not A. Sorry. That&#8217;s F. Subtract two from that. D E F. So it&#8217;s going to be D, I think.</p>



<p class="wp-block-paragraph">So then if we go from bottom to top, it&#8217;s going to be O X D F. Let me double check that I&#8217;m</p>



<p class="wp-block-paragraph">telling you the right thing. 223 D F. Okay. So we got it right. Let&#8217;s do something just like a</p>



<p class="wp-block-paragraph">not as difficult as the first one so I&#8217;ll try four digits maybe two two two two</p>



<p class="wp-block-paragraph">how about that four digital four digital digits how about that we&#8217;ll do</p>



<p class="wp-block-paragraph">two eight one six divided by 13 equals something two eight one six divided by</p>



<p class="wp-block-paragraph">16 that&#8217;s 176 remainder something there&#8217;s no decimal point so I can just</p>



<p class="wp-block-paragraph">16 is 176 divided by 16 is 11.</p>



<p class="wp-block-paragraph">Another zero remainder.</p>



<p class="wp-block-paragraph">Getting kind of boring though, isn&#8217;t it?</p>



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



<p class="wp-block-paragraph">And then we&#8217;ll do 11 divided by 16.</p>



<p class="wp-block-paragraph">That&#8217;s going to be zero remainder 11.</p>



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



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



<p class="wp-block-paragraph">So what is zero?</p>



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



<p class="wp-block-paragraph">You&#8217;re welcome.</p>



<p class="wp-block-paragraph">And then what is zero?</p>



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



<p class="wp-block-paragraph">0, it&#8217;s also 0 and then what is 11? That&#8217;s B.</p>



<p class="wp-block-paragraph">So we should have a number now of 0xB00 if we&#8217;re going from the bottom to the top.</p>



<p class="wp-block-paragraph">If you go from the top to the bottom of course it&#8217;ll be 00B and then you reverse it B00</p>



<p class="wp-block-paragraph">but I just wanted to skip that step for now.</p>



<p class="wp-block-paragraph">Let me punch this up into my personal calculator to make sure I don&#8217;t need to make a correction.</p>



<p class="wp-block-paragraph">B00, there we go.</p>



<p class="wp-block-paragraph">Also, you know, here&#8217;s another thing to keep in mind.</p>



<p class="wp-block-paragraph">it&#8217;s to read you know sets of bytes which typically go in patterns of one byte or two</p>



<p class="wp-block-paragraph">bytes or four bytes or eight bytes or whatever so the cool thing about hex is one character</p>



<p class="wp-block-paragraph">can represent a number from zero uh to 15 or 16 combinations and if you think about that in binary</p>



<p class="wp-block-paragraph">that&#8217;s four bits right it&#8217;s like one two three four one two four eight multiply eight by two</p>



<p class="wp-block-paragraph">16 subtract 1 is 15.</p>



<p class="wp-block-paragraph">So you can go from 0 to 15.</p>



<p class="wp-block-paragraph">So that means for every character in hex,</p>



<p class="wp-block-paragraph">you get four characters of binary.</p>



<p class="wp-block-paragraph">So it&#8217;s like a huge savings, right?</p>



<p class="wp-block-paragraph">But the point is, if you wanted to represent one byte,</p>



<p class="wp-block-paragraph">that&#8217;s not going to be four bits.</p>



<p class="wp-block-paragraph">That&#8217;s going to be, you know,</p>



<p class="wp-block-paragraph">four bits followed by four bits for a total of eight bits.</p>



<p class="wp-block-paragraph">Even if there are zeros in the beginning,</p>



<p class="wp-block-paragraph">in binary, if you&#8217;re representing a byte,</p>



<p class="wp-block-paragraph">But in binary, if you&#8217;re representing a byte, you typically want to pad the zeros to the</p>



<p class="wp-block-paragraph">left so that it looks like it&#8217;s aligned to nice blocks of eight or 16 or 32 or 64 in</p>



<p class="wp-block-paragraph">terms of bits.</p>



<p class="wp-block-paragraph">So we should do the same thing with hex.</p>



<p class="wp-block-paragraph">We should always have two hex digits together.</p>



<p class="wp-block-paragraph">We should try not to have like an odd number of hex digits.</p>



<p class="wp-block-paragraph">And if you want to get more strict than that and say like, oh, only, you know, two or four</p>



<p class="wp-block-paragraph">eight you can do that but i just will say pad it with a zero to the left remember when you pad a</p>



<p class="wp-block-paragraph">number with zeros to the left it doesn&#8217;t change the value like if i just put a bunch of zeros in</p>



<p class="wp-block-paragraph">front of this decimal number it wouldn&#8217;t change the value so we can do that with hex and it looks</p>



<p class="wp-block-paragraph">nicer and neater and people can quickly see okay so there&#8217;s like a byte right there it&#8217;s ob</p>



<p class="wp-block-paragraph">they can imagine oh that byte is probably um 11. so there&#8217;s like a like an 11 byte it&#8217;s like got</p>



<p class="wp-block-paragraph">a sequence of zeros and ones and then there&#8217;s another byte right after it which is smaller</p>



<p class="wp-block-paragraph">which is smaller, which just has zeros.</p>



<p class="wp-block-paragraph">So it just helps the reader visualize what&#8217;s going on.</p>



<p class="wp-block-paragraph">Okay, I&#8217;m going to cut the video here.</p>



<p class="wp-block-paragraph">I hope you enjoyed this video.</p>



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



<p class="wp-block-paragraph">I&#8217;ll see you in the next video.</p>



<p class="wp-block-paragraph">Hey, everybody.</p>



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



<p class="wp-block-paragraph">I really appreciate it.</p>



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



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



<p class="wp-block-paragraph">please a small little favor could you please subscribe and follow this channel</p>



<p class="wp-block-paragraph">or these videos or whatever it is you do on the current social media website</p>



<p class="wp-block-paragraph">that you&#8217;re looking at right now it would really mean the world to me and</p>



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



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



<p class="wp-block-paragraph">videos in general so please do do me a kindness and and subscribe you know</p>



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



<p class="wp-block-paragraph">And I just wake up because I know somebody subscribed or followed.</p>



<p class="wp-block-paragraph">It just wakes me up and I get filled with joy.</p>



<p class="wp-block-paragraph">That&#8217;s exactly what happens every single time.</p>



<p class="wp-block-paragraph">So you could do it as a nice favor to me or you could troll me if you want to just wake me up in the middle of the night.</p>



<p class="wp-block-paragraph">Just subscribe and then I&#8217;ll just wake up.</p>



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



<p class="wp-block-paragraph">Also, if you look at the middle of the screen right now, you should see a QR code,</p>



<p class="wp-block-paragraph">which you can scan in order to go to the website, which I think is also named somewhere at the bottom of this video.</p>



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



<p class="wp-block-paragraph">and tutorials and things that I offer and all that good stuff and if you have</p>



<p class="wp-block-paragraph">a suggestion for clarifications or errata or just future videos that you</p>



<p class="wp-block-paragraph">want to see please leave a comment or if you just want to say hey what&#8217;s up</p>



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



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



<p class="wp-block-paragraph">really it really mean the world to me I would really appreciate it so again thank you so much</p>



<p class="wp-block-paragraph">for watching this video and enjoy the cool music as as I fade into the darkness which is coming for</p>



<p class="wp-block-paragraph">us all</p>



<p class="wp-block-paragraph">Thank you.</p>
<p>The post <a href="https://www.NeuralLantern.com/how-to-convert-decimal-to-hexadecimal-fun-easy-guide-for-beginners/">How to Convert Decimal to Hexadecimal: Fun &amp; Easy Guide for Beginners</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-to-hexadecimal-fun-easy-guide-for-beginners/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
