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?QA | 0011111101001101001111110101000101000001 | 3f4d3f5141 |
| SJIS-WIN | ?M?QA | 0011111101001101001111110101000101000001 | 3f4d3f5141 |
| EUC-JP | ?M?QA | 0011111101001101001111110101000101000001 | 3f4d3f5141 |
| UTF-8 | 혪M혪QA | 111011011001100010101010010011011110110110011000101010100101000101000001 | ed98aa4ded98aa5141 |
| UHC | 혪M혪QA | 11000010100100100100110111000010100100100101000101000001 | c2924dc2925141 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)