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 | ??^ | 001111110011111101011110 | 3f3f5e |
| SJIS-WIN | 溽鳧^ | 1001111111100111111010011110100001011110 | 9fe7e9e85e |
| EUC-JP | 溽鳧^ | 1101111011101001111100101110101001011110 | dee9f2ea5e |
| UTF-8 | 溽鳧^ | 11100110101110101011110111101001101100111010011101011110 | e6babde9b3a75e |
| UHC | ?鳧^ | 00111111110111011100000001011110 | 3fddc05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)