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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | ?猝?^ | 0011111111100000110010100011111101011110 | 3fe0ca3f5e |
| EUC-JP | ?猝?^ | 0011111111100000110011000011111101011110 | 3fe0cc3f5e |
| UTF-8 | 솰猝섹^ | 11101100100001101011000011100111100011001001110111101100100001001011100101011110 | ec86b0e78c9dec84b95e |
| UHC | 솰猝섹^ | 10111100111000001111000011110001101111001011110101011110 | bce0f0f1bcbd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)