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 | ?B??? | 0011111101000010001111110011111100111111 | 3f423f3f3f |
SJIS-WIN | ?B??? | 0011111101000010001111110011111100111111 | 3f423f3f3f |
EUC-JP | ?B??? | 0011111101000010001111110011111100111111 | 3f423f3f3f |
UTF-8 | 청B짠챌짙 | 11101100101100101010110101000010111011001010011110100000111011001011000110001100111011001010011110011001 | ecb2ad42eca7a0ecb18ceca799 |
UHC | 청B짠챌짙 | 110000111011101101000010110000101010011111000011101001111100001010100011 | c3bb42c2a7c3a7c2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)