Hexadecimal and Temperature Conversion

Here's some Javascript forms to convert between decimal and hexadecimal and between degrees Celsius and degrees Fahrenheit. These forms require a JavaScript to be enabled in your web browser to work. To view the JavaScript code, select "View-->HTML Source" in your web browser. Use at your own risk (I'm not responsible for any errors). Enjoy!

Convert a hexadecimal number to decimal.
Hexadecimal value = decimal

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Convert a decimal number to hexadecimal.
Decimal Value = hexadecimal

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Temperature: Convert Fahrenheit to Celsius.
° Fahrenheit = ° Celsius

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Temperature: Convert Celsius to Fahrenheit.
° Celsius = ° Fahrenheit

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Temperature: Convert Celsius (hexadecimal) to Celsius (decimal) and Fahrenheit (decimal).
° Celsius (hexadecimal) = ° Celsius (decimal) ° Fahrenheit (decimal)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [Home]

Last updated 10 July 2011.

If you have questions or comments, please send a message to Dan Anderson.

http://dan.drydog.com/hextemp.html