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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 綜?o | 10010001100011100011111101101111 | 918e3f6f |
EUC-JP | 綜?o | 11000001111011100011111101101111 | c1ee3f6f |
UTF-8 | 綜렢o | 11100111101101101001110011101011101000001010001001101111 | e7b69ceba0a26f |
UHC | 綜렢o | 1111000011111100100011101011001101101111 | f0fc8eb36f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)