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 | 村誰但 | 100100011011101010010010010011101001001001000001 | 91ba924e9241 |
| EUC-JP | 村誰但 | 110000101011110011000011101011111100001110100010 | c2bcc3afc3a2 |
| UTF-8 | 村誰但 | 111001101001110110010001111010001010101010110000111001001011110110000110 | e69d91e8aab0e4bd86 |
| UHC | 村誰但 | 111101011011110111100010110000011101001110100011 | f5bde2c1d3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)