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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 唯炎?B | 100101110100001010001001100010100011111101000010 | 9742898a3f42 |
EUC-JP | 唯炎?B | 110011011010001110110001111010100011111101000010 | cda3b1ea3f42 |
UTF-8 | 唯炎훼B | 11100101100101001010111111100111100000101000111011101101100110111011110001000010 | e594afe7828eed9bbc42 |
UHC | 唯炎훼B | 11101010111001101110011011111010110010001101000101000010 | eae6e6fac8d142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)