
This program comes with two classes and will convert a string to Asc, Oct, Hex, or Binary and back again... You can either type the input you want to be converted, or load it directly from any file type. I can't go as far to say that it's heavily commented, but it is commented and includes a website article that will explain why 2 of my functions work (string - binary, and binary - hex).