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 | 爰?┠^ | 111000001010011100111111100001001011010101011110 | e0a73f84b55e |
| EUC-JP | 爰杻┠^ | 1110000010101001100011111100001110100110101010001011011101011110 | e0a98fc3a6a8b75e |
| UTF-8 | 爰杻┠^ | 11100111100010001011000011100110100111011011101111100010100101001010000001011110 | e788b0e69dbbe294a05e |
| UHC | 爰杻┠^ | 11101010101110101101001011101110101001101011011101011110 | eabad2eea6b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)