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 | 中屯 | 10010010100001101001001111010100 | 928693d4 |
EUC-JP | 中屯 | 11000011111001101100011011010110 | c3e6c6d6 |
UTF-8 | 中屯 | 111001001011100010101101111001011011000110101111 | e4b8ade5b1af |
UHC | 中屯 | 11110001111010011101010011101010 | f1e9d4ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)