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 | é`h | 111010010110000001101000 | e96068 |
SJIS-WIN | ?`h | 001111110110000001101000 | 3f6068 |
EUC-JP | é`h | 1000111110101011101100010110000001101000 | 8fabb16068 |
UTF-8 | é`h | 11000011101010010110000001101000 | c3a96068 |
UHC | ?`h | 001111110110000001101000 | 3f6068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)