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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 챦챨횈챗쩔처^ | 11101100101100011010011011101100101100011010100011101101100110101000100011101100101100011001011111101100101010011001010011101100101100101001100001011110 | ecb1a6ecb1a8ed9a88ecb197eca994ecb2985e |
UHC | 챦챨횈챗쩔처^ | 11000011101011111100001110110000110000111000011011000011101010101100001010111111110000111011001101011110 | c3afc3b0c386c3aac2bfc3b35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)