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 | ??A | 001111110011111101000001 | 3f3f41 |
| SJIS-WIN | 辭アA | 11100111100001101011000101000001 | e786b141 |
| EUC-JP | 辭アA | 1110110111100110100011101011000101000001 | ede68eb141 |
| UTF-8 | 辭アA | 11101000101111101010110111101111101111011011000101000001 | e8beadefbdb141 |
| UHC | 辭?A | 11011110111101100011111101000001 | def63f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)