Converting hexadecimal to decimal is very simple: "set /a N=0xFFFF"
Converting between binary, octal, decimal, and hexadecimal is more convenient with batch commands, while conversion tables are quite limited
PS: I found an ASCII to Unicode conversion table online yesterday, which is 145k and has 7445 pairs. After making "set ASCII=UniCode", it took 10 seconds to load; I made a batch file last night and it took 3 hours to convert it to an ASCII to UTF-8 conversion table, which is also over 100k
To display as text, you still need to use the "Mini Converter for Hexadecimal Character Text/Binary File (ASCII)"
[ Last edited by zxcv on 2006-9-14 at 01:34 ]