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???I??^ | 001111110100100100111111001111110011111101001001001111110011111101011110 | 3f493f3f3f493f3f5e |
SJIS-WIN | ?I???I??^ | 001111110100100100111111001111110011111101001001001111110011111101011110 | 3f493f3f3f493f3f5e |
EUC-JP | ?I???I??^ | 001111110100100100111111001111110011111101001001001111110011111101011110 | 3f493f3f3f493f3f5e |
UTF-8 | 청I혦짹청I혦짹^ | 111011001011001010101101010010011110110110011000101001101110110010100111101110011110110010110010101011010100100111101101100110001010011011101100101001111011100101011110 | ecb2ad49ed98a6eca7b9ecb2ad49ed98a6eca7b95e |
UHC | 청I혦짹청I혦짹^ | 110000111011101101001001110000101000111011000010101100011100001110111011010010011100001010001110110000101011000101011110 | c3bb49c28ec2b1c3bb49c28ec2b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)