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 | ?}??? | 0011111101111101001111110011111100111111 | 3f7d3f3f3f |
| SJIS-WIN | 鴉}?叔? | 11101001111010110111110100111111100011110110011000111111 | e9eb7d3f8f663f |
| EUC-JP | 鴉}?叔? | 11110010111011010111110100111111101111011100011100111111 | f2ed7d3fbdc73f |
| UTF-8 | 鴉}뻢叔뻢 | 11101001101101001000100101111101111010111011101110100010111001011000111110010100111010111011101110100010 | e9b4897debbba2e58f94ebbba2 |
| UHC | 鴉}뻢叔뻢 | 111001001011110001111101100101100110101111100010110100101001011001101011 | e4bc7d966be2d2966b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)