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챦쨈 | 11101101100110101001110011101100101100101010110001000011111011001011000110100110111011001010100010001000 | ed9a9cecb2ac43ecb1a6eca888 |
UHC | 횜첬C챦쨈 | 110000111001011011000011101110100100001111000011101011111100001010110100 | c396c3ba43c3afc2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)