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 | ?K????gh | 0011111101001011001111110011111100111111001111110110011101101000 | 3f4b3f3f3f3f6768 |
SJIS-WIN | ?K????gh | 0011111101001011001111110011111100111111001111110110011101101000 | 3f4b3f3f3f3f6768 |
EUC-JP | ?K????gh | 0011111101001011001111110011111100111111001111110110011101101000 | 3f4b3f3f3f3f6768 |
UTF-8 | 청K횣청횄챨gh | 111011001011001010101101010010111110110110011010101000111110110010110010101011011110110110011010100001001110110010110001101010000110011101101000 | ecb2ad4bed9aa3ecb2aded9a84ecb1a86768 |
UHC | 청K횣청횄챨gh | 11000011101110110100101111000011100110101100001110111011110000111000001111000011101100000110011101101000 | c3bb4bc39ac3bbc383c3b06768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)