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 | ??^ | 001111110011111101011110 | 3f3f5e |
| SJIS-WIN | 咤陽^ | 1001101001000010100101110111101001011110 | 9a42977a5e |
| EUC-JP | 咤陽^ | 1101001110100011110011011101101101011110 | d3a3cddb5e |
| UTF-8 | 咤陽^ | 11100101100100101010010011101001100110011011110101011110 | e592a4e999bd5e |
| UHC | 咤陽^ | 1111011011100011111001011101010101011110 | f6e3e5d55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)