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 | 写酌症ォシ | 10001110110010101000111011011110100011111100011110101011111100101110001110111100 | 8eca8ede8fc7abf2e3bc |
| EUC-JP | 写酌症ォ?シ | 1011110011001100101111001110000010111110110010011000111010101011001111111000111010111100 | bcccbce0bec98eab3f8ebc |
| UTF-8 | 写酌症ォシ | 111001011000011010011001111010011000010110001100111001111001011110000111111011111011110110101011111011101000100010011010111011111011110110111100 | e58699e9858ce79787efbdabee889aefbdbc |
| UHC | ?酌症??? | 0011111111101101110011001111000111111000001111110011111100111111 | 3fedccf1f83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)