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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 質宍竟 | 11110000110000001000111010111111111100001011100010001110101100111110100011101101 | f0c08ebff0b88eb3e8ed |
| EUC-JP | ?質?宍竟 | 0011111110111100110000010011111110111100101101011111000011101111 | 3fbcc13fbcb5f0ef |
| UTF-8 | 質宍竟 | 111011101000000110111111111010001011001110101010111011101000000110110111111001011010111010001101111001111010101110011111 | ee81bfe8b3aaee81b7e5ae8de7ab9f |
| UHC | ?質??竟 | 00111111111100101111010100111111001111111100110011100101 | 3ff2f53f3fcce5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)