Hex editor on a first glance provides very easy interface with basic editing features. However, there are more features available from context menu upon clicking right mouse in Hex Editor. Besides Find and Find Next commands that allow to search for known part of file both in Text / ASCII and HEX (hexadecimal) format and Go To command for locating particular address in file, there are couple of Copy variations available. The latter specifies what data is copied from Hex Editor, options starting from raw hexadecimal sequence, its address range or ASCII equivalent, and ending with full fragment (including address, hexadecimal sequence and Text / ASCII equivalent) formatted in essentially the same manner as appears in Hex Editor.

Hex editor copy features

Hex editor copy features