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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 豈畷擽妤溽ケ | 1110011010101111100100111110101110011101101101001111101010100100100111111110011110111001 | e6af93eb9db4faa49fe7b9 |
| EUC-JP | 豈畷擽妤溽ケ | 11101100101100011100011011101101110110101011011010001111101110011010111111011110111010011000111010111001 | ecb1c6eddab68fb9afdee98eb9 |
| UTF-8 | 豈畷擽妤溽ケ | 111010001011000110001000111001111001010110110111111001101001001110111101111001011010011010100100111001101011101010111101111011111011110110111001 | e8b188e795b7e693bde5a6a4e6babdefbdb9 |
| UHC | 豈????? | 11010001110000100011111100111111001111110011111100111111 | d1c23f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)