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 | ????Z? | 001111110011111100111111001111110101101000111111 | 3f3f3f3f5a3f |
SJIS-WIN | 題詐??Z妊 | 100100011110100010001101101111000011111100111111010110101001010001000100 | 91e88dbc3f3f5a9444 |
EUC-JP | 題詐??Z妊 | 110000101110101010111010101111100011111100111111010110101100011110100101 | c2eababe3f3f5ac7a5 |
UTF-8 | 題詐렰렢Z妊 | 11101001101000011000110011101000101010011001000011101011101000001011000011101011101000001010001001011010111001011010011010001010 | e9a18ce8a990eba0b0eba0a25ae5a68a |
UHC | 題詐렰렢Z妊 | 1111000010111001110111101111000110001110101111011000111010110011010110101110110011110100 | f0b9def18ebd8eb35aecf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)