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 | 00111111001111110100110100111111001111110100110101000010 | 3f3f4d3f3f4d42 |
| SJIS-WIN | 闔オM闔オMB | 111010001000111010110101010011011110100010001110101101010100110101000010 | e88eb54de88eb54d42 |
| EUC-JP | 闔オM闔オMB | 1110111111101110100011101011010101001101111011111110111010001110101101010100110101000010 | efee8eb54defee8eb54d42 |
| UTF-8 | 闔オM闔オMB | 111010011001011110010100111011111011110110110101010011011110100110010111100101001110111110111101101101010100110101000010 | e99794efbdb54de99794efbdb54d42 |
| UHC | 闔?M闔?MB | 111110011110111100111111010011011111100111101111001111110100110101000010 | f9ef3f4df9ef3f4d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)