I am working with small binary files which, when opened in ST3, appear in the editor as:
22fc 6b0c 6c3f 6d0c a2ea dab6 dcd6 6e00
22d4 6603 6802 6060 f015 f007 3000 121a
Saving the file effectively converts it to ASCII text, which is okay for what I want. Is there, however, a command that will save the text back to its original binary format? I was hoping that “File|Save with encoding” would do the trick but I wasn’t able to get it to work.
Any suggestions? Is it possible to edit binary data directly in ST3? Thanks.