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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 写酌症ォ^ | 10001110110010101000111011011110100011111100011110101011111100101110010001011110 | 8eca8ede8fc7abf2e45e |
| EUC-JP | 写酌症ォ?^ | 10111100110011001011110011100000101111101100100110001110101010110011111101011110 | bcccbce0bec98eab3f5e |
| UTF-8 | 写酌症ォ^ | 11100101100001101001100111101001100001011000110011100111100101111000011111101111101111011010101111101110100010001001101101011110 | e58699e9858ce79787efbdabee889b5e |
| UHC | ?酌症??^ | 0011111111101101110011001111000111111000001111110011111101011110 | 3fedccf1f83f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)