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 | ?塘?塘^ | 00111111100100111000010000111111100100111000010001011110 | 3f93843f93845e |
EUC-JP | ?塘?塘^ | 00111111110001011110010000111111110001011110010001011110 | 3fc5e43fc5e45e |
UTF-8 | 멸塘멸塘^ | 11101011101010011011100011100101101000011001100011101011101010011011100011100101101000011001100001011110 | eba9b8e5a198eba9b8e5a1985e |
UHC | 멸塘멸塘^ | 101110001110101011010011110100101011100011101010110100111101001001011110 | b8ead3d2b8ead3d25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)