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 | 鳴冶 | 10010110110000101001011011101000 | 96c296e8 |
EUC-JP | 鳴冶 | 11001100110001001100110011101010 | ccc4ccea |
UTF-8 | 鳴冶 | 111010011011001110110100111001011000011010110110 | e9b3b4e586b6 |
UHC | 鳴冶 | 11011001101100001110010110100111 | d9b0e5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)