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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 巽?6榮 | 10010010010001100011111110000010010101011001111011000100 | 92463f82559ec4 |
| EUC-JP | 巽?6榮 | 11000011101001110011111110100011101101101101110011000110 | c3a73fa3b6dcc6 |
| UTF-8 | 巽숇6榮 | 111001011011011110111101111011001000100010000111111011111011110010010110111001101010011010101110 | e5b7bdec8887efbc96e6a6ae |
| UHC | 巽숇6榮 | 1110000111011110100110011110101110100011101101101110011110110100 | e1de99eba3b6e7b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)