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 | 裂吼 | 10010111111101001001100111100001 | 97f499e1 |
EUC-JP | 裂吼 | 11001110111101101101001011100011 | cef6d2e3 |
UTF-8 | 裂吼 | 111010001010001110000010111001011001000010111100 | e8a382e590bc |
UHC | 裂吼 | 11010110101011101111110110101001 | d6aefda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)