1 00:00:00,210 --> 00:00:06,390 So, guys, in this video, I'm going to show you how to connect the to Exodus number, I'm taking the 2 00:00:06,390 --> 00:00:09,350 example one one one one one zero one. 3 00:00:09,780 --> 00:00:18,180 So the process is you need to start from right to left and you consider four bits as one byte and convert 4 00:00:18,180 --> 00:00:20,570 that byte into the hexadecimal format. 5 00:00:20,970 --> 00:00:22,140 It's so simple, right? 6 00:00:22,590 --> 00:00:29,420 So from right to left, if I go one zero one one, these four bits can see two to one byte. 7 00:00:29,700 --> 00:00:32,730 So I write it down one block one one zero one. 8 00:00:32,970 --> 00:00:38,760 And if I convert that into that basement, it will be exact what it will be. 9 00:00:39,270 --> 00:00:42,700 But this binary will be converted into the decimal format. 10 00:00:42,720 --> 00:00:45,080 And then we can check that with the hexadecimal. 11 00:00:45,900 --> 00:00:48,180 I think it's 13 one one zero one is 13. 12 00:00:48,210 --> 00:00:52,620 That's what in hexadecimal 13 is in the same way. 13 00:00:52,800 --> 00:00:55,360 After these four bits, we get one, one, one. 14 00:00:55,620 --> 00:00:57,570 So we got only three widths. 15 00:00:58,080 --> 00:01:03,320 So you can just add zero at the starting to make it four bits. 16 00:01:03,780 --> 00:01:05,280 So it's zero one one one. 17 00:01:05,280 --> 00:01:07,830 And if we convert into into the small it's seven. 18 00:01:07,950 --> 00:01:11,590 And that the two, most of it is also seven. 19 00:01:12,540 --> 00:01:19,640 So the final output will be you just append this seven B so that is a required result.