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 | ??n | 001111110011111101101110 | 3f3f6e |
| SJIS-WIN | 弔?n | 10010010101000100011111101101110 | 92a23f6e |
| EUC-JP | 弔?n | 11000100101001000011111101101110 | c4a43f6e |
| UTF-8 | 弔렲n | 11100101101111001001010011101011101000001011001001101110 | e5bc94eba0b26e |
| UHC | 弔렲n | 1111000011000000100011101011111101101110 | f0c08ebf6e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)