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 | 雜呰払^ | 11101000101101101001100111101101100101011010010101011110 | e8b699ed95a55e |
| EUC-JP | 雜呰払^ | 11110000101110001101001011101111110010101010011101011110 | f0b8d2efcaa75e |
| UTF-8 | 雜呰払^ | 11101001100110111001110011100101100100011011000011100110100010011001010101011110 | e99b9ce591b0e689955e |
| UHC | 雜??^ | 1110110111011010001111110011111101011110 | edda3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)