Yep, I hadn't noticed that 😱 . Looks like it's Google then.
Alternatively you could open a terminal window and run the unix program bc. Then just type the following to go from octal to hex.
ibase = 8
obase = 16
Then anything you type in will be interpreted as octal and converted to hex when you hit enter. Not sure if it can handle FP. Type quit when you're done. You can get the documentation by typing "man bc" from terminal.
If someone out there knows how to get the installed calculator to display results in edited format (e.g. "12345678.34" would be displayed "12,345,678.34") I would be eternally grateful. It's the one feature in Windows XP that I really miss.
Vanilla