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 | 枷艾 | 10011110011001111110010010001000 | 9e67e488 |
EUC-JP | 枷艾 | 11011011110010001110011111101000 | dbc8e7e8 |
UTF-8 | 枷艾 | 111001101001111010110111111010001000100110111110 | e69eb7e889be |
UHC | 枷艾 | 11001010101011101110010011110101 | caaee4f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)