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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 奠?中?? | 10011010111110010011111110010010100001100011111100111111 | 9af93f92863f3f |
EUC-JP | 奠?中?? | 11010100111110110011111111000011111001100011111100111111 | d4fb3fc3e63f3f |
UTF-8 | 奠렍中꿰렢 | 111001011010010110100000111010111010000010001101111001001011100010101101111010101011111110110000111010111010000010100010 | e5a5a0eba08de4b8adeabfb0eba0a2 |
UHC | 奠렍中꿰렢 | 11101110111101011000111010100011111100011110100110110010111001111000111010110011 | eef58ea3f1e9b2e78eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)