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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 踞ソ逞ソB | 11100110111101011011111111100111100101111011111101000010 | e6f5bfe797bf42 |
| EUC-JP | 踞ソ逞ソB | 111011001111011110001110101111111110110111110111100011101011111101000010 | ecf78ebfedf78ebf42 |
| UTF-8 | 踞ソ逞ソB | 11101000101110001001111011101111101111011011111111101001100000001001111011101111101111011011111101000010 | e8b89eefbdbfe9809eefbdbf42 |
| UHC | 踞?逞?B | 11001011111001100011111111010110110000010011111101000010 | cbe63fd6c13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)