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 | ???Lh???L | 001111110011111100111111010011000110100000111111001111110011111101001100 | 3f3f3f4c683f3f3f4c |
SJIS-WIN | ???Lh???L | 001111110011111100111111010011000110100000111111001111110011111101001100 | 3f3f3f4c683f3f3f4c |
EUC-JP | ???Lh???L | 001111110011111100111111010011000110100000111111001111110011111101001100 | 3f3f3f4c683f3f3f4c |
UTF-8 | 챗챵혚Lh챗챵혚L | 111011001011000110010111111011001011000110110101111011011001100010011010010011000110100011101100101100011001011111101100101100011011010111101101100110001001101001001100 | ecb197ecb1b5ed989a4c68ecb197ecb1b5ed989a4c |
UHC | 챗챵혚Lh챗챵혚L | 110000111010101011000011101100101100001010000101010011000110100011000011101010101100001110110010110000101000010101001100 | c3aac3b2c2854c68c3aac3b2c2854c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)