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 | 写酌症ォ | 100011101100101010001110110111101000111111000111101010111111001011100011 | 8eca8ede8fc7abf2e3 |
| EUC-JP | 写酌症ォ? | 101111001100110010111100111000001011111011001001100011101010101100111111 | bcccbce0bec98eab3f |
| UTF-8 | 写酌症ォ | 111001011000011010011001111010011000010110001100111001111001011110000111111011111011110110101011111011101000100010011010 | e58699e9858ce79787efbdabee889a |
| UHC | ?酌症?? | 00111111111011011100110011110001111110000011111100111111 | 3fedccf1f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)