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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 豁朱# | 111001101010110110001110111010011000000110010100 | e6ad8ee98194 |
| EUC-JP | 豁朱# | 111011001010111110111100111010111010000111110100 | ecafbceba1f4 |
| UTF-8 | 豁朱# | 111010001011000110000001111001101001110010110001111011111011110010000011 | e8b181e69cb1efbc83 |
| UHC | 豁朱# | 111111001100001111110001101110011010001110100011 | fcc3f1b9a3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)