Besides primary use for precise hex-editing of file contents, Hex Editor offers Copy As feature that allows for efficient data copying from Hex Editor to other programs in various formats. Depending on the particular goal, you can choose data format for easy displaying, printing or emailing. It also possible to export the hexadecimal string for direct use in C / C++, copy selection's address range or selected value cell address.
To use Copy as feature, select ASCII or HEX string, press right mouse button, point to HEX, then Copy and select one of the following formats from context menu:
| Copy | Description |
| as HEX | Copies selected string in hexadecimal number format. Bytes are separated by space character. |
| as Text / ASCII | Copies selected string in Text / ASCII format. Note that copying and pasting data in this format may not preserve original data. |
| as C / C++ | Copies selected string in format that can be readily imported into C / C++ source code. |
| as View | Copies selected string as it is displayed in Hex Editor, namely, with address range on the left, hexadecimal values in the middle and Text / ASCII values in the right column. |
| as Address | Copies the address (relative offset from start of the file) of currently selected cell. |
| as Address Range | Copies the value of address range of the selection. |
What do you think about Febooti fileTweak Hex Editor? Good? Bad? Give us feedback or request feature!