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 | ハ骼、疾 | 1111000111100010110010101110100110001110101001001000111010111110 | f1e2cae98ea48ebe |
| EUC-JP | ?ハ骼、疾 | 001111111000111011001010111100011110111010001110101001001011110011000000 | 3f8ecaf1ee8ea4bcc0 |
| UTF-8 | ハ骼、疾 | 111011101000010110011101111011111011111010001010111010011010101010111100111011111011110110100100111001111001011010111110 | ee859defbe8ae9aabcefbda4e796be |
| UHC | ????疾 | 001111110011111100111111001111111111001011110000 | 3f3f3f3ff2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)