How do I see a bin file in a hex editor in Visual Studio Code?

  1. Install this extension: Hexdump for VSCode. It can display a specified file in hexadecimal.

  2. Open the file/image/whatever you want to display in hex mode in Visual Studio Code, then press Ctrl + Shift + Alt + H. That’s it.

  3. Or press Ctrl + P then input Show hexdump from path to open a file in hex mode directly.

Leave a Comment