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 | 縱?? | 11100011011100110011111100111111 | e3733f3f |
| EUC-JP | 縱?嫄 | 111001011101010000111111100011111011101010100001 | e5d43f8fbaa1 |
| UTF-8 | 縱렩嫄 | 111001111011100010110001111010111010000010101001111001011010101110000100 | e7b8b1eba0a9e5ab84 |
| UHC | 縱렩嫄 | 111100001111110110001110101101111110101010110001 | f0fd8eb7eab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)