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 | 驥?猝 | 1110100110000111001111111110000011001010 | e9873fe0ca |
EUC-JP | 驥?猝 | 1111000111100111001111111110000011001100 | f1e73fe0cc |
UTF-8 | 驥裡猝 | 111010011010100110100101111011111010011110101000111001111000110010011101 | e9a9a5efa7a8e78c9d |
UHC | 驥裡猝 | 110100011100101011101100110000011111000011110001 | d1caecc1f0f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)