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챗채 | 11101101100110101001010111101101100110101000001001000011111011001011000110010111111011001011000110000100 | ed9a95ed9a8243ecb197ecb184 |
UHC | 횕횂C챗채 | 110000111000111111000011100000100100001111000011101010101100001110100100 | c38fc38243c3aac3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)