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 | 辭х害 | 111001111000011010000100100001111000101001010001 | e78684878a51 |
| EUC-JP | 辭х害 | 111011011110011010100111111001111011001110110010 | ede6a7e7b3b2 |
| UTF-8 | 辭х害 | 1110100010111110101011011101000110000101111001011010111010110011 | e8beadd185e5aeb3 |
| UHC | 辭х害 | 110111101111011010101100111001111111101010101010 | def6ace7faaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)