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 | 梳鳴 | 10011110100000001001011011000010 | 9e8096c2 |
EUC-JP | 梳鳴 | 11011011111000001100110011000100 | dbe0ccc4 |
UTF-8 | 梳鳴 | 111001101010001010110011111010011011001110110100 | e6a2b3e9b3b4 |
UHC | 梳鳴 | 11100001101110101101100110110000 | e1bad9b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)