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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 鍜戡娑 | 111010000100011110011101010000011001101101001111 | e8479d419b4f |
| EUC-JP | 鍜戡娑 | 111011111010100011011001101000101101010110110000 | efa8d9a2d5b0 |
| UTF-8 | 鍜戡娑 | 111010011000110110011100111001101000100010100001111001011010100010010001 | e98d9ce688a1e5a891 |
| UHC | ?戡娑 | 0011111111001010111100011101111011001111 | 3fcaf1decf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)