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 | 瀘璋 | 11100000011011011110000011110110 | e06de0f6 |
EUC-JP | 瀘璋 | 11011111110011101110000011111000 | dfcee0f8 |
UTF-8 | 瀘璋 | 111001111000000010011000111001111001001010001011 | e78098e7928b |
UHC | 瀘璋 | 11010110110100101110110111110000 | d6d2edf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)