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 | 驕仙ク晏訣 | 111010011000000110010000111001011011100010011101111001011000110010001101 | e98190e5b89de58c8d |
| EUC-JP | 驕仙ク晏訣 | 11110001111000011100000011100111100011101011100011011010111001111011011111101101 | f1e1c0e78eb8dae7b7ed |
| UTF-8 | 驕仙ク晏訣 | 111010011010100110010101111001001011101110011001111011111011110110111000111001101001100110001111111010001010100010100011 | e9a995e4bb99efbdb8e6998fe8a8a3 |
| UHC | 驕仙?晏訣 | 110011101111011011100000101110010011111111100100110011111100110011000001 | cef6e0b93fe4cfccc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)