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 | 明苜 | 10010110101111101110010010011100 | 96bee49c |
EUC-JP | 明苜 | 11001100110000001110011111111100 | ccc0e7fc |
UTF-8 | 明苜 | 111001101001100010001110111010001000101110011100 | e6988ee88b9c |
UHC | 明? | 110110011010010100111111 | d9a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)