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 | 111001111010101110101010010011011110011110101011101010100100110101000010 | e7abaa4de7abaa4d42 |
| EUC-JP | 遶ェM遶ェMB | 1110111010101101100011101010101001001101111011101010110110001110101010100100110101000010 | eead8eaa4deead8eaa4d42 |
| UTF-8 | 遶ェM遶ェMB | 111010011000000110110110111011111011110110101010010011011110100110000001101101101110111110111101101010100100110101000010 | e981b6efbdaa4de981b6efbdaa4d42 |
| UHC | ??M??MB | 00111111001111110100110100111111001111110100110101000010 | 3f3f4d3f3f4d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)