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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 綜?H | 10010001100011100011111101001000 | 918e3f48 |
EUC-JP | 綜?H | 11000001111011100011111101001000 | c1ee3f48 |
UTF-8 | 綜샹H | 11100111101101101001110011101100100000111011100101001000 | e7b69cec83b948 |
UHC | 綜샹H | 1111000011111100101111001010011101001000 | f0fcbca748 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)