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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 嶼嶼h嶼嶼 | 100110111101011110011011110101110110100010011011110101111001101111010111 | 9bd79bd7689bd79bd7 |
EUC-JP | 嶼嶼h嶼嶼 | 110101101101100111010110110110010110100011010110110110011101011011011001 | d6d9d6d968d6d9d6d9 |
UTF-8 | 嶼嶼h嶼嶼 | 11100101101101101011110011100101101101101011110001101000111001011011011010111100111001011011011010111100 | e5b6bce5b6bc68e5b6bce5b6bc |
UHC | 嶼嶼h嶼嶼 | 110111111110110011011111111011000110100011011111111011001101111111101100 | dfecdfec68dfecdfec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)