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 | ?I???O?? | 0011111101001001001111110011111100111111010011110011111100111111 | 3f493f3f3f4f3f3f |
SJIS-WIN | ?I???O?? | 0011111101001001001111110011111100111111010011110011111100111111 | 3f493f3f3f4f3f3f |
EUC-JP | ?I???O?? | 0011111101001001001111110011111100111111010011110011111100111111 | 3f493f3f3f4f3f3f |
UTF-8 | 청I혦쨔청O혦쨘 | 1110110010110010101011010100100111101101100110001010011011101100101010001001010011101100101100101010110101001111111011011001100010100110111011001010100010011000 | ecb2ad49ed98a6eca894ecb2ad4fed98a6eca898 |
UHC | 청I혦쨔청O혦쨘 | 1100001110111011010010011100001010001110110000101011100111000011101110110100111111000010100011101100001010111010 | c3bb49c28ec2b9c3bb4fc28ec2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)