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 | 001111110100001100111111001111110011111101000010 | 3f433f3f3f42 |
SJIS-WIN | ?C???B | 001111110100001100111111001111110011111101000010 | 3f433f3f3f42 |
EUC-JP | ?C???B | 001111110100001100111111001111110011111101000010 | 3f433f3f3f42 |
UTF-8 | 챈C혞챗혦B | 1110110010110001100010000100001111101101100110001001111011101100101100011001011111101101100110001010011001000010 | ecb18843ed989eecb197ed98a642 |
UHC | 챈C혞챗혦B | 11000011101001100100001111000010100010001100001110101010110000101000111001000010 | c3a643c288c3aac28e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)