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 | 芒劫幻羇 | 1110010010001010100011011000010110001100101101101110001110110010 | e48a8d858cb6e3b2 |
| EUC-JP | 芒劫幻羇 | 1110011111101010101110011110010110111000101110001110011010110100 | e7eab9e5b8b8e6b4 |
| UTF-8 | 芒劫幻羇 | 111010001000101010010010111001011000101010101011111001011011100110111011111001111011111010000111 | e88a92e58aabe5b9bbe7be87 |
| UHC | 芒劫幻? | 11011000110100111100110010100100111111001011001100111111 | d8d3cca4fcb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)