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 | ?M?MB | 0011111101001101001111110100110101000010 | 3f4d3f4d42 |
| SJIS-WIN | 莵M莵MB | 11100100101101110100110111100100101101110100110101000010 | e4b74de4b74d42 |
| EUC-JP | 莵M莵MB | 11101000101110010100110111101000101110010100110101000010 | e8b94de8b94d42 |
| UTF-8 | 莵M莵MB | 111010001000111010110101010011011110100010001110101101010100110101000010 | e88eb54de88eb54d42 |
| UHC | ?M?MB | 0011111101001101001111110100110101000010 | 3f4d3f4d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)