Here's a "how to" to set up a chart and do it manually using the tables given:
http://www.stcsc.edu/OCL/hex_to_decimal_conversion.htm
Here's a calculator to check your answer:
http://www.mathsisfun.com/binary-decimal-hexadecimal-converter.html
Hope this helps!
2007-01-23 15:18:26
·
answer #1
·
answered by Latrice T 5
·
0⤊
0⤋
This is a neat trick, but it involves long division : ). Start by dividing your base 10 number by the base you want (in this case, 16). Your remainder will be the digit to the far right in your base 8 number. I'll give you an example using base 7, and the number 419:
419 / 7 = 59, remainder 6
59 / 7 = 8, remainder 3
8 / 7 = 1, remainder 1
1 / 7 = 0, remainder 1
so our base 7 number is 1136. This method works for all sorts of bases. Remember to convert them to A, B, C, D, E, F if they're over 9
2007-01-23 15:29:57
·
answer #2
·
answered by Remiel 2
·
0⤊
0⤋
Here is a sample:
500 / 16 = 31 ...4
31/ 16 = 1 ... 15
so the hex is : 1F4
2007-01-23 15:08:27
·
answer #3
·
answered by Anonymous
·
0⤊
0⤋
Hmmm.... my thoughts were to tackle it by converting the text `s ascii code into either decimal then to hex or vice versa.
2016-05-24 02:58:30
·
answer #4
·
answered by Anonymous
·
0⤊
0⤋
you can use the calulator on your computer, by going to start accerroies calulator. Open it click view and scientific, click decimals type number then click hex and you have your anwser
2007-01-23 15:07:34
·
answer #5
·
answered by Anonymous
·
0⤊
0⤋
If you want to do it by hand, convert into binary (which shouldn't be that hard), then binary to hex.
2007-01-23 15:10:42
·
answer #6
·
answered by Kasey C 7
·
0⤊
0⤋
Check out this site.
http://www.hypersolutions.org/pages/hex.html
2007-01-23 15:12:42
·
answer #7
·
answered by Taba 7
·
0⤊
0⤋