Step 1: To get 25 in Hex, simply split the two numbers (2 and 5, place the 2 on the left and the 2 on the right of the page to split them). Ie. 2 5.
Step 2: Next, write down 1, 2, 4, 8 (from right to left) on both sides (for the 2 and the 5). Ie. 8 4 2 1 (repeated for right side).
Step 3: Try to work out how many of each digit is required to make the number. For example, to make the 2 (from the number 25), I required no (8), no (4), 1 (2) and no (1). (eg. 0 0 1 0 should be the answer for the 2 on the left , and 0 1 0 1 for the 5 on the right). Use a small line above the 1, 2, 4, 8 to write down these values.
Step 4: When you see a 1 over a number (eg 1 over the number 8) write it down and add to any other number which also has a one above it.
In this case (on the left hand side of the page, you should have only one 1, which is over the number 2). For example on the left you would add 0+0+1+0=2 (because the number 1 is over the number 2, it is used as an answer for the left hand side).
On the right hand side you should have: 4+1=5 (the two 1's are over the 4 and the 5, therefore this is added and the answer is 5).
Step 5: Add both answers together. In this case you should be adding 2+5=7.
Step 6: 255-Answer, ie. 255-7=248.
Step 7: Make a table containing the digits: 1, 2, 4, 8, 16, 32, 64 & 128 (from right to left like before).
Step 8: Under each digit place either a 1 or a zero (1 where number is requried and 0 where a number is not required). In this case your binary digits should read: 1 1 1 1 and 1 0 0 0. When the numbers are added up, it should equal 248 (answer from step 6). Ie. 248+64+32+16+8=248 (all other numbers, ie. 4, 2and 1 are not required, so a zero is placed underneath them in the table).
Step 9: Write down 8, 4, 2, 1 for both sides again. So you should have 8 4 2 1 on the left and the right (remember the left digits represent 2 and the right digits represent 5).
Step 10:
Write (left side):
1 over the 8
1 over the four
1 over the 2
1 over the 1
It should look like: 1 1 1 1
8+4+2+1=15 (if there was a zero, only 3 numbers would be added).
Write (right side):
1 over the 8
0 over the 4
0 over the 2
0 over the 1
It should look like: 1 0 0 0
8+0+0+0=8 (because there is a 1 over the zero, it is neede to discover the final hex value).
Final answer (hex value)= F8
Note: If the final answer was 1 and 3, it would be written as 13. But because a red green or blue can only be represented with 2 digits only, a letter is uses instead of the two digits.
Final Notes:
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.
Hexadecimal -> BB895Cdecimal -> 12.290.396octal -> 56.704.534
NA
As compared to converting decimal into what other base! It is no more difficult to convert decimal into base 8 than decimal into binary or Hex.
If that's hexadecimal, it's 43981 base 10.
4 is 4 in hexadecimal of decimal.
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.
Hexadecimal -> BB895Cdecimal -> 12.290.396octal -> 56.704.534
Whatchu think
Octal = 56704534 Decimal = 12290396
224 = E0
NA
4F7B: Binary = 100111101111011 Decimal = 20347
A45C: Decimal = 42076 Octal = 122134
BB895C: Octal = 56704534 Decimal = 12290396
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.
As compared to converting decimal into what other base! It is no more difficult to convert decimal into base 8 than decimal into binary or Hex.