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?? | 0011111100111111010000110011111100111111 | 3f3f433f3f |
SJIS-WIN | ??C?? | 0011111100111111010000110011111100111111 | 3f3f433f3f |
EUC-JP | ??C?? | 0011111100111111010000110011111100111111 | 3f3f433f3f |
UTF-8 | 횜첬C챔짙 | 11101101100110101001110011101100101100101010110001000011111011001011000110010100111011001010011110011001 | ed9a9cecb2ac43ecb194eca799 |
UHC | 횜첬C챔짙 | 110000111001011011000011101110100100001111000011101010001100001010100011 | c396c3ba43c3a8c2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)