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 | 찾챌혣찾혣\채 | 11101100101100001011111011101100101100011000110011101101100110001010001111101100101100001011111011101101100110001010001101011100111011001011000110000100 | ecb0beecb18ced98a3ecb0beed98a35cecb184 |
UHC | 찾챌혣찾혣\채 | 11000011101000111100001110100111110000101000110011000011101000111100001010001100010111001100001110100100 | c3a3c3a7c28cc3a3c28c5cc3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)