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??A | 0011111101101101001111110011111101000001 | 3f6d3f3f41 |
| SJIS-WIN | ?m??A | 0011111101101101001111110011111101000001 | 3f6d3f3f41 |
| EUC-JP | ?m??A | 0011111101101101001111110011111101000001 | 3f6d3f3f41 |
| UTF-8 | 혺m혧횥A | 1110110110011000101110100110110111101101100110001010011111101101100110101010010101000001 | ed98ba6ded98a7ed9aa541 |
| UHC | 혺m혧횥A | 1100001010011111011011011100001010001111110000111001110001000001 | c29f6dc28fc39c41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)