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 | 萓∫エ夬箕 | 111001001011111010000001111001111011010010011010111011011001011010100101 | e4be81e7b49aed96a5 |
| EUC-JP | 萓∫エ夬箕 | 11101000110000001010001011101001100011101011010011010100111011111100110010100111 | e8c0a2e98eb4d4efcca7 |
| UTF-8 | 萓∫エ夬箕 | 111010001001000010010011111000101000100010101011111011111011110110110100111001011010010010101100111001111010111010010101 | e89093e288abefbdb4e5a4ace7ae95 |
| UHC | ?∫??箕 | 00111111101000011111001000111111001111111101000110111001 | 3fa1f23f3fd1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)