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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 鞜疲キ。魍 | 1110100011011111100101001110011010110111101000011110100110110001 | e8df94e6b7a1e9b1 |
| EUC-JP | 鞜疲キ。魍 | 11110000111000011100100011101000100011101011011110001110101000011111001010110011 | f0e1c8e88eb78ea1f2b3 |
| UTF-8 | 鞜疲キ。魍 | 111010011001111010011100111001111001011010110010111011111011110110110111111011111011110110100001111010011010110110001101 | e99e9ce796b2efbdb7efbda1e9ad8d |
| UHC | ?疲??? | 001111111111100110101010001111110011111100111111 | 3ff9aa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)