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 | ??????_ | 00111111001111110011111100111111001111110011111101011111 | 3f3f3f3f3f3f5f |
SJIS-WIN | ??????_ | 00111111001111110011111100111111001111110011111101011111 | 3f3f3f3f3f3f5f |
EUC-JP | ??????_ | 00111111001111110011111100111111001111110011111101011111 | 3f3f3f3f3f3f5f |
UTF-8 | 챙혚혬챙혘쨔_ | 11101100101100011001100111101101100110001001101011101101100110001010110011101100101100011001100111101101100110001001100011101100101010001001010001011111 | ecb199ed989aed98acecb199ed9898eca8945f |
UHC | 챙혚혬챙혘쨔_ | 11000011101011001100001010000101110000101001010011000011101011001100001010000011110000101011100101011111 | c3acc285c294c3acc283c2b95f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)