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 | ?C???B?? | 0011111101000011001111110011111100111111010000100011111100111111 | 3f433f3f3f423f3f |
SJIS-WIN | ?C???B?? | 0011111101000011001111110011111100111111010000100011111100111111 | 3f433f3f3f423f3f |
EUC-JP | ?C???B?? | 0011111101000011001111110011111100111111010000100011111100111111 | 3f433f3f3f423f3f |
UTF-8 | 챈C혞챗혦B챈첫 | 1110110010110001100010000100001111101101100110001001111011101100101100011001011111101101100110001010011001000010111011001011000110001000111011001011001010101011 | ecb18843ed989eecb197ed98a642ecb188ecb2ab |
UHC | 챈C혞챗혦B챈첫 | 1100001110100110010000111100001010001000110000111010101011000010100011100100001011000011101001101100001110111001 | c3a643c288c3aac28e42c3a6c3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)