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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 倚х? | 1001100011011111100001001000011100111111 | 98df84873f |
| EUC-JP | 倚х? | 1101000011100001101001111110011100111111 | d0e1a7e73f |
| UTF-8 | 倚х퉯 | 1110010110000000100110101101000110000101111011011000100110101111 | e5809ad185ed89af |
| UHC | 倚х퉯 | 111010111110111110101100111001111011100110000111 | ebeface7b987 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)