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 | 鞜疲キ。魍亥 | 11101000110111111001010011100110101101111010000111101001101100011000100011100101 | e8df94e6b7a1e9b188e5 |
| EUC-JP | 鞜疲キ。魍亥 | 111100001110000111001000111010001000111010110111100011101010000111110010101100111011000011100111 | f0e1c8e88eb78ea1f2b3b0e7 |
| UTF-8 | 鞜疲キ。魍亥 | 111010011001111010011100111001111001011010110010111011111011110110110111111011111011110110100001111010011010110110001101111001001011101010100101 | e99e9ce796b2efbdb7efbda1e9ad8de4baa5 |
| UHC | ?疲???亥 | 0011111111111001101010100011111100111111001111111111101010100100 | 3ff9aa3f3f3ffaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)