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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 應吏 | 10011100111001001001011110011001 | 9ce49799 |
EUC-JP | 應吏 | 11011000111001101100110111111001 | d8e6cdf9 |
UTF-8 | 應吏 | 111001101000011110001001111001011001000010001111 | e68789e5908f |
UHC | 應吏 | 11101011111010111101011111011001 | ebebd7d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)