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 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | 驅哈 | 11101001011110111001100111111011 | e97b99fb |
| EUC-JP | 驅哈 | 11110001110111001101001011111101 | f1dcd2fd |
| UTF-8 | 驅哈 | 111010011010100110000101111001011001001110001000 | e9a985e59388 |
| UHC | 驅哈 | 11001111110011001111100111101011 | cfccf9eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)