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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鎔襦 | 11101000010011111110011001000000 | e84fe640 |
EUC-JP | 鎔襦 | 11101111101100001110101110100001 | efb0eba1 |
UTF-8 | 鎔襦 | 111010011000111010010100111010001010010110100110 | e98e94e8a5a6 |
UHC | 鎔? | 111010011100101000111111 | e9ca3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)