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 | 縟旄悶 | 111000110111010010011101110101001001011011100011 | e3749dd496e3 |
| EUC-JP | 縟旄悶 | 111001011101010111011010110101101100110011100101 | e5d5dad6cce5 |
| UTF-8 | 縟旄悶 | 111001111011100010011111111001101001011110000100111001101000001010110110 | e7b89fe69784e682b6 |
| UHC | 縟?悶 | 1110100110110010001111111101101010111111 | e9b23fdabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)