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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?眠?宋^ | 00111111100101101011000000111111100100010111011001011110 | 3f96b03f91765e |
EUC-JP | ?眠?宋^ | 00111111110011001011001000111111110000011101011101011110 | 3fccb23fc1d75e |
UTF-8 | 챨眠챨宋^ | 11101100101100011010100011100111100111001010000011101100101100011010100011100101101011101000101101011110 | ecb1a8e79ca0ecb1a8e5ae8b5e |
UHC | 챨眠챨宋^ | 110000111011000011011000111110011100001110110000111000011110010001011110 | c3b0d8f9c3b0e1e45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)