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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 矣^ | 111101111010111011100001111000011111011110100111111101101011010001011110 | f7aee1e1f7a7f6b45e |
| EUC-JP | ?矣??^ | 001111111110001011100011001111110011111101011110 | 3fe2e33f3f5e |
| UTF-8 | 矣^ | 11101110100101101001000111100111100111111010001111101110100101101000101011101110100100111001101101011110 | ee9691e79fa3ee968aee939b5e |
| UHC | ?矣??^ | 001111111110101111111000001111110011111101011110 | 3febf83f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)