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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
| SJIS-WIN | 豐サ辷ィ褄ィF | 11100110101100101011101111100111100010001010100011100101111010111010100001000110 | e6b2bbe788a8e5eba846 |
| EUC-JP | 豐サ辷ィ褄ィF | 11101100101101001000111010111011111011011110100010001110101010001110101011101101100011101010100001000110 | ecb48ebbede88ea8eaed8ea846 |
| UTF-8 | 豐サ辷ィ褄ィF | 11101000101100011001000011101111101111011011101111101000101111101011011111101111101111011010100011101000101001001000010011101111101111011010100001000110 | e8b190efbdbbe8beb7efbda8e8a484efbda846 |
| UHC | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)