To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 樗?鄭槃?\ | 100100101001010000111111100100110100000110011110110011110011111101011100 | 92943f93419ecf3f5c |
EUC-JP | 樗?鄭槃?\ | 110000111111010000111111110001011010001011011100110100010011111101011100 | c3f43fc5a2dcd13f5c |
UTF-8 | 樗렍鄭槃틈\ | 11100110101010001001011111101011101000001000110111101001100001001010110111100110101001111000001111101101100010111000100001011100 | e6a897eba08de984ade6a783ed8b885c |
UHC | 樗렍鄭槃틈\ | 1110111011000000100011101010001111101111111101111101101011101001110001101011010001011100 | eec08ea3eff7dae9c6b45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)