How can I copy hex from a Visual Studio binary editor?

I am comparing two raster files in a Visual Studio binary editor, and I would like to annotate a copy of them using the header parts of the raster image , which I think is each sequence of bytes. Here's what the files look like in Visual Studio:

screenshot

How can I copy and paste hexadecimal rendering, and not the byte values ​​themselves, from the Visual Studio binary editor to another program (for example, Notepad)?

+7
visual-studio visual-studio-2013 hex
source share

No one has answered this question yet.

See related questions:

1366
How to convert decimal to hexadecimal in JavaScript
989
Can you make Visual Studio work as an administrator in Windows 8?
726
How to add an existing directory tree to a project in Visual Studio?
598
How to convert byte array to hex string in Java?
294
Need a good hex editor for Linux
62
How to make the Visual Studio editor stop scrolling at the bottom of the file?
4
How do Hex editors display data so fast?
2
Treat binary files as the sixth line
one
Hex editor for viewing combined strings and floating point data
0
How to create a binary / hex file in Visual Studio, and not just edit it?

All Articles