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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 驕仙ク晏 | 11101001100000011001000011100101101110001001110111100101 | e98190e5b89de5 |
| EUC-JP | 驕仙ク晏 | 1111000111100001110000001110011110001110101110001101101011100111 | f1e1c0e78eb8dae7 |
| UTF-8 | 驕仙ク晏 | 111010011010100110010101111001001011101110011001111011111011110110111000111001101001100110001111 | e9a995e4bb99efbdb8e6998f |
| UHC | 驕仙?晏 | 11001110111101101110000010111001001111111110010011001111 | cef6e0b93fe4cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)