Skip to content

🔠 Convert file from ASCII to HEX

License

Notifications You must be signed in to change notification settings

povstenko/file-hex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

file-hex

🔠 Convert file from ASCII to HEX

Convert the contents of the file to hexadecimal text. Select the file using the GetOpenFileName function. That is, the letter "A" = Ansi (65) = $ 41, and so on. Select the result file using the GetSaveFileName function.