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 | 豈畷ゥー妤ィ | 111001101010111110010011111010111010100110110000111110101010010010101000 | e6af93eba9b0faa4a8 |
| EUC-JP | 豈畷ゥー妤ィ | 11101100101100011100011011101101100011101010100110001110101100001000111110111001101011111000111010101000 | ecb1c6ed8ea98eb08fb9af8ea8 |
| UTF-8 | 豈畷ゥー妤ィ | 111010001011000110001000111001111001010110110111111011111011110110101001111011111011110110110000111001011010011010100100111011111011110110101000 | e8b188e795b7efbda9efbdb0e5a6a4efbda8 |
| UHC | 豈????? | 11010001110000100011111100111111001111110011111100111111 | d1c23f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)