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 | ?????檣 | 00111111001111110011111100111111001111111001111011111100 | 3f3f3f3f3f9efc |
| EUC-JP | 獐????檣 | 100011111100101110111010001111110011111100111111001111111101110011111110 | 8fcbba3f3f3f3fdcfe |
| UTF-8 | 獐곌렧累듕檣 | 111001111000110110010000111010101011001110001100111010111010000010100111111011111010010110001111111010111001001110010101111001101010101010100011 | e78d90eab38ceba0a7efa58feb9395e6aaa3 |
| UHC | 獐곌렧累듕檣 | 111011011110111110110000111010101000111010110110110100101110100110110101111001001110110111101010 | edefb0ea8eb6d2e9b5e4edea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)