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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 姻扼蓆 | 100010001111011110011101010011101110010011101100 | 88f79d4ee4ec |
EUC-JP | 姻扼蓆 | 101100001111100111011001101011111110100011101110 | b0f9d9afe8ee |
UTF-8 | 姻扼蓆 | 111001011010011110111011111001101000100110111100111010001001001110000110 | e5a7bbe689bce89386 |
UHC | 姻扼蓆 | 111011001101100011100100111110011110000010110110 | ecd8e4f9e0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)