- May 7, 2013
- 10,400
The program allows you convert any uppercase and lowercase character to it's Decimal ASCII representation, as well as, convert any number (0-9) and special character (apart from \ since it kept thinking I was entering a newline character), such as ? to it's Decimal ASCII representation.
In case, your wondering why the program is at Version 2, it's because I originally posted a half completed DOS version on SevenForums and named it Beta. The changes between the two versions are, as follows:
View attachment ASCII Converter V2.zip
In case, your wondering why the program is at Version 2, it's because I originally posted a half completed DOS version on SevenForums and named it Beta. The changes between the two versions are, as follows:
- Added GUI
- Added support for lowercase characters, special characters and numbers.
View attachment ASCII Converter V2.zip