PDA

View Full Version : Project: ASCII decoder


Alberto
11-07-2008, 01:28 PM
Since it is very annoying to search the proper decimal or hex value for a given ascii character, then I have solved the problem with the attached very lite program written in VB.

Just click on the combo and select the ascii code and then you have the corresponding decimal; hex and binary. These can be copied and pasted.

Ascii code from 0 to 31 are commented and the program shows the combination keys to press, to generate the selected code from the keyboard. (Useful using hyperterminal)

Hope it could be useful to somebody else.


Note: The application has been compiled on a virus free computer as certified by NOD32 antivirus

Alberto
04-24-2009, 04:08 PM
This one is an improvement. Just type in the box the quantity you need to convert and press enter and hops! you have that quantity translated into the other three numerical system.

Binary system is limited to 32 bits.

Alberto