Identity Resolution 
			
			- Identity Resolution 10.0
- All Products
 
           
      	
            
	
      | Encoding 
				 | Meaning 
				 | 
|---|---|
| TEXT 
				 | Data is not in a Unicode encoding 
				 | 
| UTF-8 
				 |  Unicode UTF-8 format 
				 | 
| UTF-16 
				 |  Unicode UTF-16 format 
				 | 
| UTF-16LE 
				 | Unicode UTF-16 format Little Endian 
				 | 
| UTF-16BE 
				 | Unicode UTF-16 format Big Endian 
				 | 
| UTF-32 
				 | Unicode UTF-32 format 
				 | 
| UCS-2 
				 | Same as Unicode UTF-16 format 
				 | 
| UCS-4 
				 | Unicode UTF-32 format 
				 | 
| CP932 
				 | Japanese CP932 Codepage (shift-JIS) 
				 | 
| CP936 
				 | Chinese CP936 Codepage (GBK or Simplified Chinese) 
				 | 
| CP949 
				 |  Korean CP949 Codepage 
				 | 
| CP950 
				 | Chinese CP950 Codepage (Big5 or Traditional Chinese) 
				 | 
| UTF8 
				 | All keywords can be specified without the hyphen (-) 
				 | 
| DBCSHOST
				 | Japanese - Host, DBCS
				 | 
| Encoding 
				 | Meaning 
				 | 
|---|---|
| Y 
				 | Unicode UTF-8 format 
				 | 
| 8 
				 | Unicode UTF-8 format 
				 | 
| 6 
				 |  Unicode UTF-16 format 
				 | 
| L 
				 | Unicode UTF-16LE format 
				 | 
| B 
				 | Unicode UTF-16BE format 
				 | 
| 4 
				 | Unicode UCS-4 or UTF-32 format 
				 | 
| J 
				 | Japanese CP932 codepage (Shift-JIS) 
				 | 
| S 
				 | Chinese CP936 codepage (Simplified Chinese) 
				 | 
| K 
				 | Korean CP949 codepage 
				 | 
| T 
				 | Chinese CP950 codepage (Traditional Chinese) 
				 | 
| D
				 | Japanese - Host, DBCS
				 |