Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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.

Contributors