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 | ??wh | 00111111001111110111011101101000 | 3f3f7768 |
SJIS-WIN | 嶸鴫wh | 111110101011010010001110101100000111011101101000 | fab48eb07768 |
EUC-JP | 嶸鴫wh | 10001111101110111111010010111100101100100111011101101000 | 8fbbf4bcb27768 |
UTF-8 | 嶸鴫wh | 1110010110110110101110001110100110110100101010110111011101101000 | e5b6b8e9b4ab7768 |
UHC | 嶸?wh | 1110011110101110001111110111011101101000 | e7ae3f7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)