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 | 綵∬幻 | 111000110101110010000001111010001000110010110110 | e35c81e88cb6 |
| EUC-JP | 綵∬幻 | 111001011011110110100010111010101011100010111000 | e5bda2eab8b8 |
| UTF-8 | 綵∬幻 | 111001111011011010110101111000101000100010101100111001011011100110111011 | e7b6b5e288ace5b9bb |
| UHC | 綵∬幻 | 111100111111011110100001111100111111110010110011 | f3f7a1f3fcb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)