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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 中頭???? | 1001001010000110100100111010101000111111001111110011111100111111 | 928693aa3f3f3f3f |
EUC-JP | 中頭???? | 1100001111100110110001101010110000111111001111110011111100111111 | c3e6c6ac3f3f3f3f |
UTF-8 | 中頭렩띳렰렢 | 111001001011100010101101111010011010000010101101111010111010000010101001111010111001110110110011111010111010000010110000111010111010000010100010 | e4b8ade9a0adeba0a9eb9db3eba0b0eba0a2 |
UHC | 中頭렩띳렰렢 | 111100011110100111010100111010011000111010110111101101101111000110001110101111011000111010110011 | f1e9d4e98eb7b6f18ebd8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)