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??^ | 0011111101001101001111110011111101011110 | 3f4d3f3f5e |
| SJIS-WIN | ?M??^ | 0011111101001101001111110011111101011110 | 3f4d3f3f5e |
| EUC-JP | ?M??^ | 0011111101001101001111110011111101011110 | 3f4d3f3f5e |
| UTF-8 | 채M창짭^ | 1110110010110001100001000100110111101100101100001011110111101100101001111010110101011110 | ecb1844decb0bdeca7ad5e |
| UHC | 채M창짭^ | 1100001110100100010011011100001110100010110000101010110001011110 | c3a44dc3a2c2ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)