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 | WhW | 1001100101010111011010001001100101010111 | 9957689957 |
SJIS-WIN | ?Wh?W | 0011111101010111011010000011111101010111 | 3f57683f57 |
EUC-JP | ?Wh?W | 0011111101010111011010000011111101010111 | 3f57683f57 |
UTF-8 | WhW | 11000010100110010101011101101000110000101001100101010111 | c2995768c29957 |
UHC | ?Wh?W | 0011111101010111011010000011111101010111 | 3f57683f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)