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 | ??????_? | 0011111100111111001111110011111100111111001111110101111100111111 | 3f3f3f3f3f3f5f3f |
SJIS-WIN | ??????_? | 0011111100111111001111110011111100111111001111110101111100111111 | 3f3f3f3f3f3f5f3f |
EUC-JP | ??????_? | 0011111100111111001111110011111100111111001111110101111100111111 | 3f3f3f3f3f3f5f3f |
UTF-8 | 챕쨋짱챌혰혬_챌 | 11101100101100011001010111101100101010001000101111101100101001111011000111101100101100011000110011101101100110001011000011101101100110001010110001011111111011001011000110001100 | ecb195eca88beca7b1ecb18ced98b0ed98ac5fecb18c |
UHC | 챕쨋짱챌혰혬_챌 | 110000111010100111000010101101101100001010101111110000111010011111000010100101111100001010010100010111111100001110100111 | c3a9c2b6c2afc3a7c297c2945fc3a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)