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 | 存芒 | 10010001101101101110010010001010 | 91b6e48a |
| EUC-JP | 存芒 | 11000010101110001110011111101010 | c2b8e7ea |
| UTF-8 | 存芒 | 111001011010110110011000111010001000101010010010 | e5ad98e88a92 |
| UHC | 存芒 | 11110000111011011101100011010011 | f0edd8d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)