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 | ??Ж | 00111111001111111000010001000111 | 3f3f8447 |
| EUC-JP | 孼?Ж | 100011111011101011000011001111111010011110101000 | 8fbac33fa7a8 |
| UTF-8 | 孼뽯Ж | 1110010110101101101111001110101110111101101011111101000010010110 | e5adbcebbdafd096 |
| UHC | 孼뽯Ж | 111001011110110110010110111010111010110010101000 | e5ed96ebaca8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)