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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 陌梗陌梗^ | 111010001001100110001101010110111110100010011001100011010101101101011110 | e8998d5be8998d5b5e |
EUC-JP | 陌梗陌梗^ | 111011111111100110111001101111001110111111111001101110011011110001011110 | eff9b9bceff9b9bc5e |
UTF-8 | 陌梗陌梗^ | 11101001100110011000110011100110101000101001011111101001100110011000110011100110101000101001011101011110 | e9998ce6a297e9998ce6a2975e |
UHC | 陌梗陌梗^ | 110110001110100011001100110110111101100011101000110011001101101101011110 | d8e8ccdbd8e8ccdb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)