DECIMAL TO HEXDECIMAL CONVERTER
10
16
2

Decimal to hex calculation steps

Divide by the base 16 to get the digits from the remainders:

Division
by 16
Quotient

Remainder

(Digit)
Digit #

How to convert from decimal to hex

Step1: Divide the number by 16.

Step2: Get the integer quotient for the next iteration respectively.

Step3: Get the remainder for the hex digit.

Step4: Repeat the steps until the quotient is equal to 0 respectively.