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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | 稔???鴨?^ | 100101101010101100111111001111110011111110001010100110110011111101011110 | 96ab3f3f3f8a9b3f5e |
| EUC-JP | 稔???鴨?^ | 110011001010110100111111001111110011111110110011111110110011111101011110 | ccad3f3f3fb3fb3f5e |
| UTF-8 | 稔몄렲렟鴨넣^ | 11100111101010001001010011101011101010101000010011101011101000001011001011101011101000001001111111101001101101001010100011101011100001001010001101011110 | e7a894ebaa84eba0b2eba09fe9b4a8eb84a35e |
| UHC | 稔몄렲렟鴨넣^ | 11101100111110011011100011101100100011101011111110001110101100001110010011100101101100111101011001011110 | ecf9b8ec8ebf8eb0e4e5b3d65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)