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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 辷閤B | 1110011110001000100011010111110101000010 | e7888d7d42 |
EUC-JP | 辷閤B | 1110110111101000101110011101111001000010 | ede8b9de42 |
UTF-8 | 辷閤B | 11101000101111101011011111101001100101101010010001000010 | e8beb7e996a442 |
UHC | ?閤B | 00111111111110011110111001000010 | 3ff9ee42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)