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 | 之?? | 10010100010101100011111100111111 | 94563f3f |
| EUC-JP | 之?嫄 | 110001111011011100111111100011111011101010100001 | c7b73f8fbaa1 |
| UTF-8 | 之렩嫄 | 111001001011100110001011111010111010000010101001111001011010101110000100 | e4b98beba0a9e5ab84 |
| UHC | 之렩嫄 | 111100011111110110001110101101111110101010110001 | f1fd8eb7eab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)