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 | ?????w | 001111110011111100111111001111110011111101110111 | 3f3f3f3f3f77 |
| SJIS-WIN | 鏑奉┗窪?w | 10010011010011001001010111110010100001001010111110001100010001010011111101110111 | 934c95f284af8c453f77 |
| EUC-JP | 鏑奉┗窪?w | 11000101101011011100101011110100101010001011000110110111101001100011111101110111 | c5adcaf4a8b1b7a63f77 |
| UTF-8 | 鏑奉┗窪렜w | 11101001100011111001000111100101101001011000100111100010100101001001011111100111101010101010101011101011101000001001110001110111 | e98f91e5a589e29497e7aaaaeba09c77 |
| UHC | 鏑奉┗窪렜w | 1110111011101011110111001110010110100110101100011110100011000001100011101010111001110111 | eeebdce5a6b1e8c18eae77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)