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 | ?⑧?臟 | 001111111000011101000111001111111110010001100110 | 3f87473fe466 |
| EUC-JP | ???臟 | 0011111100111111001111111110011111000111 | 3f3f3fe7c7 |
| UTF-8 | 狀⑧뵃臟 | 111011111010011110111010111000101001000110100111111010111011010110000011111010001000011110011111 | efa7bae291a7ebb583e8879f |
| UHC | 狀⑧뵃臟 | 1110110111101110101010001110111010010100100010011110110111110100 | edeea8ee9489edf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)