Decimal to Hexadecimal Table

The following table shows the representation of Hexadecimal, decimal and binary values:

Decimal Digit Hexadecimal Digit Binary Form
          0              0       0000
          1              1      0001
          2              2      0010
          3              3      0011
          4              4      0100
          5              5      0101
          6              6      0110
          7              7      0111
          8              8      1000
          9              9      1001
         10              A      1010
         11              B      1011
         12              C      1100
         13              D      1101
         14              E      1110
         15              F      1111

Also Check:

Decimal to Hexadecimal Converter

Decimal to Hexadecimal Calculator is a free online tool prepared by GeekforGeeks that converts the given value of the decimal number into the value of the hexadecimal number. It is a fast and easy-to-use tool that helps students solve various problems.

Table of Content

  • How to use Decimal to Hexadecimal Calculator?
  • What is Decimal to Hexadecimal Conversion?
  • Convert Decimal to Hexadecimal
  • Decimal to Hexadecimal Table
  • Decimal to Hexadecimal Conversion Solved Examples
  • Practice Questions
  • FAQs

Similar Reads

How to use Decimal to Hexadecimal Calculator?

...

What is Decimal to Hexadecimal Conversion?

We can easily use the decimal to hexadecimal converter by following the steps discussed below,...

Convert Decimal to Hexadecimal

Decimal to hexadecimal conversion is the process of converting a decimal number to a hexadecimal number. The decimal numeral system has a base value of 10 (0 to 9) and the hexadecimal has a base value of 16 (0 to 9 and A to F for 10-15)....

Decimal to Hexadecimal Table

Converting decimal to hexadecimal is simple using a conversion table. Memorize the table for easy conversion of numbers 1 to 15. To convert larger numbers, divide by 16 and use the remainder as the hexadecimal digit. Check the table for values 0 to 15 for reference....

Decimal to Hexadecimal Conversion Solved Examples

The following table shows the representation of Hexadecimal, decimal and binary values:...

Practice Questions on Decimal to Hexadecimal Conversion

Example 1: Convert 20 in decimal to hexadecimal...

FAQs on Decimal to Hexadecimal Conversion

Q1: 234...

Contact Us