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 | 001111110100100100111111001111110011111101001001 | 3f493f3f3f49 |
SJIS-WIN | ?I???I | 001111110100100100111111001111110011111101001001 | 3f493f3f3f49 |
EUC-JP | ?I???I | 001111110100100100111111001111110011111101001001 | 3f493f3f3f49 |
UTF-8 | 청I징횋청I | 1110110010110010101011010100100111101100101001111001010111101101100110101000101111101100101100101010110101001001 | ecb2ad49eca795ed9a8becb2ad49 |
UHC | 청I징횋청I | 11000011101110110100100111000010101000011100001110001001110000111011101101001001 | c3bb49c2a1c389c3bb49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)