Hello friends, today I am up with another project which is a converter. I worked really hard on this project, so love and fave are really thankful :) This project will convert a number in the decimal system to the hexadecimal number system. Read the whole description if you aren't familiar with what I am telling. Don't get confused when I say decimal, it is the most common type of number system we all know, yeah...1234567890 - those are the 10 letters in our system, now you may ask about 11, yep 11 is formed with 1 and 1, lol. OK, enough jokes, now let's get to the point. The hexadecimal system is a type of number system with 16 as its base. It is used to shorten the numbers we use, for example, 1000 is a 4-digit number. The hexadecimal system converts 1000 to 3E8 (converted with this project) which is a good way to shorten computer commands. Our computers use binary systems but this is still used in Hex colour codes and programming languages like HTML and CSS. Now that you have got a good idea about the Hexadecimal system, get converting, this is a sort of Educational project :) If you are using this converter in any of your projects, please give credit :) Just paste this there: Thanks to @NG_Web <for the Hexadecimal system operations> (or whatever you have taken from this) I have used Griffpatch's encoding script but that was lots and lots edited by me so that it no longer belongs to Griffpatch.