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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
| SJIS-WIN | 闥ケ繝ヲ豢ェh | 11101000100100101011100111100011100000111010011011100110101101001010101001101000 | e892b9e383a6e6b4aa68 |
| EUC-JP | 闥ケ繝ヲ豢ェh | 11101111111100101000111010111001111001011110001110001110101001101110110010110110100011101010101001101000 | eff28eb9e5e38ea6ecb68eaa68 |
| UTF-8 | 闥ケ繝ヲ豢ェh | 11101001100101111010010111101111101111011011100111100111101110011001110111101111101111011010011011101000101100011010001011101111101111011010101001101000 | e997a5efbdb9e7b99defbda6e8b1a2efbdaa68 |
| UHC | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)