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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 楔D楔D^ | 10011110101101100100010010011110101101100100010001011110 | 9eb6449eb6445e |
EUC-JP | 楔D楔D^ | 11011100101110000100010011011100101110000100010001011110 | dcb844dcb8445e |
UTF-8 | 楔D楔D^ | 111001101010010110010100010001001110011010100101100101000100010001011110 | e6a59444e6a594445e |
UHC | 楔D楔D^ | 11100000110110110100010011100000110110110100010001011110 | e0db44e0db445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)