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 | ?????\? | 00111111001111110011111100111111001111110101110000111111 | 3f3f3f3f3f5c3f |
SJIS-WIN | ?????\? | 00111111001111110011111100111111001111110101110000111111 | 3f3f3f3f3f5c3f |
EUC-JP | ?????\? | 00111111001111110011111100111111001111110101110000111111 | 3f3f3f3f3f5c3f |
UTF-8 | 챈짰혪횧혣\찼 | 11101100101100011000100011101100101001111011000011101101100110001010101011101101100110101010011111101101100110001010001101011100111011001011000010111100 | ecb188eca7b0ed98aaed9aa7ed98a35cecb0bc |
UHC | 챈짰혪횧혣\찼 | 11000011101001101100001010101110110000101001001011000011100111101100001010001100010111001100001110100001 | c3a6c2aec292c39ec28c5cc3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)