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????\ | 00111111010110100011111100111111001111110011111101011100 | 3f5a3f3f3f3f5c |
SJIS-WIN | ?Z????\ | 00111111010110100011111100111111001111110011111101011100 | 3f5a3f3f3f3f5c |
EUC-JP | ?Z????\ | 00111111010110100011111100111111001111110011111101011100 | 3f5a3f3f3f3f5c |
UTF-8 | 청Z짬챔횙횏\ | 1110110010110010101011010101101011101100101001111010110011101100101100011001010011101101100110101001100111101101100110101000111101011100 | ecb2ad5aeca7acecb194ed9a99ed9a8f5c |
UHC | 청Z짬챔횙횏\ | 110000111011101101011010110000101010101111000011101010001100001110010011110000111000101101011100 | c3bb5ac2abc3a8c393c38b5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)