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 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | 旋手 | 10010000111110011000111011101000 | 90f98ee8 |
| EUC-JP | 旋手 | 11000000111110111011110011101010 | c0fbbcea |
| UTF-8 | 旋手 | 111001101001011110001011111001101000100110001011 | e6978be6898b |
| UHC | 旋手 | 11100000110000011110001010100010 | e0c1e2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)