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??B | 001111110100100100111111001111110011111101001001001111110011111101000010 | 3f493f3f3f493f3f42 |
SJIS-WIN | ?I???I??B | 001111110100100100111111001111110011111101001001001111110011111101000010 | 3f493f3f3f493f3f42 |
EUC-JP | ?I???I??B | 001111110100100100111111001111110011111101001001001111110011111101000010 | 3f493f3f3f493f3f42 |
UTF-8 | 청I징횎청I징횎B | 111011001011001010101101010010011110110010100111100101011110110110011010100011101110110010110010101011010100100111101100101001111001010111101101100110101000111001000010 | ecb2ad49eca795ed9a8eecb2ad49eca795ed9a8e42 |
UHC | 청I징횎청I징횎B | 110000111011101101001001110000101010000111000011100010101100001110111011010010011100001010100001110000111000101001000010 | c3bb49c2a1c38ac3bb49c2a1c38a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)