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 | 幄奚 | 10011011111010001001101011110110 | 9be89af6 |
EUC-JP | 幄奚 | 11010110111010101101010011111000 | d6ead4f8 |
UTF-8 | 幄奚 | 111001011011100110000100111001011010010110011010 | e5b984e5a59a |
UHC | 幄奚 | 11100100110000011111101010101000 | e4c1faa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)