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 | 鰲鹿^ | 1110100111100000100011101010110101011110 | e9e08ead5e |
| EUC-JP | 鰲鹿^ | 1111001011100010101111001010111101011110 | f2e2bcaf5e |
| UTF-8 | 鰲鹿^ | 11101001101100001011001011101001101110011011111101011110 | e9b0b2e9b9bf5e |
| UHC | 鰲鹿^ | 1110100010100111110101101110001101011110 | e8a7d6e35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)