answersLogoWhite

0

Decimal to hexadecimal

Updated: 4/28/2022
User Avatar

Wiki User

13y ago

Best Answer

To convert a number from decimal to any other base:

  1. divide the number by the new base to get a result and remainder
  2. note the remainder
  3. if the result is zero go to step 5
  4. replace the number by the result and repeat from step 1
  5. write the remainders in reverse order (of obtaining them) to get the answer

eg convert 123456 to hexadecimal (base 16):

1. 123456 ÷ 16 = 7716 remainder 0

2. remainder is 0

3. result 7716 is not 0

4. make number 7716

1. 7716 ÷ 16 = 482 remainder 4

2. remainder is 4

3. result 482 is not zero

4. make number 482

1. 482 ÷ 16 = 30 remainder 2

2. remainder is 2

3. result 30 is not zero

4. make number 30

1. 30 ÷ 16 = 1 remainder 14

2. remainder is 14

3. result 1 is not zero

4. make number 1

1. 1 ÷ 16 = 0 remainder 1

2. remainder is 1

3. result is zero

5. answer is 1e240 (using letter e to represent hex digit equivalent of decimal 14)

12345610 = 1e24016

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Decimal to hexadecimal
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is 68 in hexadecimal?

The question is ambiguous:what is 68 in hexadecimal when converted to decimal, orwhat is 68 in decimal when converted to hexadecimal.


What are the decimal and hexadecimal equivalents of the binary number 10011101?

10011101: Decimal = 157 Hexadecimal = 9D


How do you solve octa-hexadecimal?

That depends what you want to "solve" for - in other words, what the question is. For example, whether you want to:* Convert from hexadecimal to decimal* Convert from decimal to hexadecimal* Count in hexadecimal* Add hexadecimal numbers* etc.


Convert hexadecimal to 4?

4 is 4 in hexadecimal of decimal.


What follows 19 in hexadecimal?

19 in hexadecimal is 25 in decimal. 20 follows it and is 26 in hexadecimal.19 in decimal is 13 in hexadecimal. 20 in decimal is 14 in hexadecimal.


What is 1976 in hexadecimal?

The decimal number 1976 is represented in hexadecimal as 7B8.


What is 999910 in hexadecimal?

The value in hexadecimal of the decimal number 999910 is F41E6.


What is DCE and what is its hexadecimal value in decimal?

DCE means: Data Carrier Equipment Hexadecimal value in decimal: 3192


What is the hexadecimal for 11111011010?

If the above is decimal then in hexadecimal it is 2964492C2. If it is binary then in hexadecimal it is 7DA. If it is octal then in hexadecimal it is 49241208.


Convert hexadecimal no BB895C tO octal and decimal?

Hexadecimal -> BB895Cdecimal -> 12.290.396octal -> 56.704.534


Can you write in hexadecimal and decimal?

Yes.


Hexadecimal equivalent 1016?

1,016 converted from decimal to hexadecimal notation equals 3F816.