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 | 尸〕鵈 | 100110111001100110000001011011001110100111111100 | 9b99816ce9fc |
EUC-JP | 尸〕鵈 | 110101011111100110100001110011011111001011111110 | d5f9a1cdf2fe |
UTF-8 | 尸〕鵈 | 111001011011000010111000111000111000000010010101111010011011010110001000 | e5b0b8e38095e9b588 |
UHC | 尸〕? | 1110001110111001101000011011001100111111 | e3b9a1b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)