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 | 蒟蒹 | 111100011110001111100100111001011110010011100011 | f1e3e4e5e4e3 |
| EUC-JP | ?蒟蒹 | 0011111111101000111001111110100011100101 | 3fe8e7e8e5 |
| UTF-8 | 蒟蒹 | 111011101000010110011110111010001001001010011111111010001001001010111001 | ee859ee8929fe892b9 |
| UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)