This data format is used to copy the contents of the text pane of the editor window, "as you see it". In fact, selected document's data is interpreted as textual data and placed into the Clipboard (or exported) in the given encoding.
The format has a single configurable parameter, Encoding, which can be used to tell Hex Editor Neo how to export document's data.
NOTE: Support for a specific encoding depends on installed Windows code pages and fonts. If required components cannot be found for a selected encoding, resulting output will be empty.
The following table lists all "special" encodings:
| None |
Document's data is placed into the Clipboard (or file) "as is". No processing is performed. Selection is assumed to contain ANSI text. |
| Current |
The current editor window's encoding is used to convert data. This option is the default. |
| System default |
Selected data is assumed to contain ANSI text in current system encoding. It is converted to UTF-16. |
| OEM |
Selected data is assumed to contain ANSI text in current system OEM encoding. It is converted to UTF-16. |
| UTF-7 |
Selected data is assumed to contain multi-byte UNICODE text encoded in UTF-7 encoding. It is converted to UTF-16. |
| UTF-8 |
Selected data is assumed to contain multi-byte UNICODE text encoded in UTF-8 encoding. It is converted to UTF-16. |
| Unicode (UTF-16) |
Document's data is placed into the Clipboard (or file) "as is". No processing is performed. Selection is assumed to contain UNICODE UTF-16 text. |
When selected data is not too complex, it is automatically put into the Clipboard in this format when user executes the Edit » Copy or Edit » Cut and cursor is in the text pane.
All following encodings assume the text to be a single-byte or multi-byte DBCS text and convert it to UTF-16.
- ANSI - Arabic
- ANSI - Baltic
- ANSI - Central European
- ANSI - Cyrillic
- ANSI - Greek
- ANSI - Hebrew
- ANSI - Latin I
- ANSI - Turkish
- ANSI/OEM - Japanese, Shift-JIS
- ANSI/OEM - Korean (Unified Hangul Code)
- ANSI/OEM - Simplified Chinese (PRC, Singapore)
- ANSI/OEM - Thai (same as 28605, ISO 8859-15)
- ANSI/OEM - Traditional Chinese (Taiwan; Hong Kong SAR, PRC)
- ANSI/OEM - Vietnamese
- Arabic - ASMO 449+, BCON V4
- Arabic - ASMO 708
- Arabic - Transparent Arabic
- Arabic - Transparent ASMO
- CNS - Taiwan
- Eten - Taiwan
- EUC - Japanese
- EUC - Korean
- EUC - Simplified Chinese
- EUC - Traditional Chinese
- Europa 3
- HZ-GB2312 Simplified Chinese
- IA5 German (7-bit)
- IA5 IRV International Alphabet No. 5 (7-bit)
- IA5 Norwegian (7-bit)
- IA5 Swedish (7-bit)
- IBM EBCDIC - Arabic
- IBM EBCDIC - Cyrillic (Russian)
- IBM EBCDIC - Cyrillic (Serbian, Bulgarian)
- IBM EBCDIC - Denmark/Norway (20277 + Euro symbol)
- IBM EBCDIC - Denmark/Norway
- IBM EBCDIC - Finland/Sweden (20278 + Euro symbol)
- IBM EBCDIC - Finland/Sweden
- IBM EBCDIC - France (20297 + Euro symbol)
- IBM EBCDIC - France
- IBM EBCDIC - Germany (20273 + Euro symbol)
- IBM EBCDIC - Germany
- IBM EBCDIC - Greek
- IBM EBCDIC - Hebrew
- IBM EBCDIC - Icelandic (20871 + Euro symbol)
- IBM EBCDIC - Icelandic
- IBM EBCDIC - International (500 + Euro symbol)
- IBM EBCDIC - International
- IBM EBCDIC - Italy (20280 + Euro symbol)
- IBM EBCDIC - Italy
- IBM EBCDIC - Japanese Katakana Extended
- IBM EBCDIC - Korean Extended
- IBM EBCDIC - Latin 1/Open System
- IBM EBCDIC - Latin America/Spain (20284 + Euro symbol)
- IBM EBCDIC - Latin America/Spain
- IBM EBCDIC - Latin-1/Open System (1047 + Euro symbol)
- IBM EBCDIC - Modern Greek
- IBM EBCDIC - Multilingual/ROECE (Latin-2)
- IBM EBCDIC - Thai
- IBM EBCDIC - Turkish (Latin-5)
- IBM EBCDIC - Turkish
- IBM EBCDIC - U.S./Canada (037 + Euro symbol)
- IBM EBCDIC - U.S./Canada
- IBM EBCDIC - United Kingdom (20285 + Euro symbol)
- IBM EBCDIC - United Kingdom
- IBM5550 - Taiwan
- ISCII Assamese
- ISCII Bengali
- ISCII Devanagari
- ISCII Gujarati
- ISCII Kannada
- ISCII Malayalam
- ISCII Oriya
- ISCII Punjabi
- ISCII Tamil
- ISCII Telugu
- ISO 2022 Japanese JIS X 0201-1989
- ISO 2022 Japanese with halfwidth Katakana
- ISO 2022 Japanese with no halfwidth Katakana
- ISO 2022 Korean
- ISO 2022 Simplified Chinese
- ISO 2022 Traditional Chinese
- ISO 6937 Non-Spacing Accent
- ISO 8859-1 Latin I
- ISO 8859-15 Latin 9
- ISO 8859-2 Central Europe
- ISO 8859-3 Latin 3
- ISO 8859-4 Baltic
- ISO 8859-5 Cyrillic
- ISO 8859-6 Arabic
- ISO 8859-7 Greek
- ISO 8859-8 Hebrew
- ISO 8859-8 Hebrew
- ISO 8859-9 Latin 5
- Japanese (Katakana) Extended
- Japanese (Latin) Extended and Japanese
- JIS X 0208-1990 & 0121-1990
- Korean (Johab)
- Korean Extended and Korean
- MAC - Arabic
- MAC - Croatia
- MAC - Cyrillic
- MAC - Greek I
- MAC - Hebrew
- MAC - Icelandic
- MAC - Japanese
- MAC - Korean
- MAC - Latin II
- MAC - Roman
- MAC - Romania
- MAC - Simplified Chinese (GB 2312)
- MAC - Thai
- MAC - Traditional Chinese (Big5)
- MAC - Turkish
- MAC - Ukraine
- OEM - Arabic
- OEM - Baltic
- OEM - Canadian-French
- OEM - Cyrillic (primarily Russian)
- OEM - Greek (formerly 437G)
- OEM - Hebrew
- OEM - Icelandic
- OEM - Latin II
- OEM - Modern Greek
- OEM - Multilingual Latin I + Euro symbol
- OEM - Multilingual Latin I
- OEM - Nordic
- OEM - Portuguese
- OEM - Russian
- OEM - Turkish
- OEM - United States
- Russian - KOI8-R
- Simplified Chinese (GB2312)
- Simplified Chinese Extended and Simplified Chinese
- Simplified Chinese
- T.61
- TCA - Taiwan
- TeleText - Taiwan
- Ukrainian (KOI8-U)
- US/Canada and Japanese
- US/Canada and Traditional Chinese
- US-ASCII (7-bit)
- Wang - Taiwan
See Also