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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ンオ礦 | 110111011011010111110001101110011110000111100110 | ddb5f1b9e1e6 |
| EUC-JP | ンオ?礦 | 10001110110111011000111010110101001111111110001011101000 | 8edd8eb53fe2e8 |
| UTF-8 | ンオ礦 | 111011111011111010011101111011111011110110110101111011101000010010110100111001111010010010100110 | efbe9defbdb5ee84b4e7a4a6 |
| UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)