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???L | 001111110100001100111111001111110011111101001100 | 3f433f3f3f4c |
SJIS-WIN | ?C???L | 001111110100001100111111001111110011111101001100 | 3f433f3f3f4c |
EUC-JP | ?C???L | 001111110100001100111111001111110011111101001100 | 3f433f3f3f4c |
UTF-8 | 챈C혣챌혙L | 1110110010110001100010000100001111101101100110001010001111101100101100011000110011101101100110001001100101001100 | ecb18843ed98a3ecb18ced98994c |
UHC | 챈C혣챌혙L | 11000011101001100100001111000010100011001100001110100111110000101000010001001100 | c3a643c28cc3a7c2844c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)