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:

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)?
visual-studio visual-studio-2013 hex
dumbledad
source share