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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 晶ワ緖゚魏 | 1000111110111011110111001111101110001110110111111110100110110000 | 8fbbdcfb8edfe9b0 |
| EUC-JP | 晶ワ?゚魏 | 101111101011110110001110110111000011111110001110110111111111001010110010 | bebd8edc3f8edff2b2 |
| UTF-8 | 晶ワ緖゚魏 | 111001101001100110110110111011111011111010011100111001111011011110010110111011111011111010011111111010011010110110001111 | e699b6efbe9ce7b796efbe9fe9ad8f |
| UHC | 晶?緖?魏 | 1110111111011100001111111101111111111101001111111110101011100000 | efdc3fdffd3feae0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)