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 | 揖? | 100101110100101100111111 | 974b3f |
| EUC-JP | 揖? | 110011011010110000111111 | cdac3f |
| UTF-8 | 揖묨 | 111001101000111110010110111010111010110010101000 | e68f96ebaca8 |
| UHC | 揖묨 | 11101011111001111001001001000001 | ebe79241 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)