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 | 責湘責湘^ | 100100001101001110001111110000111001000011010011100011111100001101011110 | 90d38fc390d38fc35e |
EUC-JP | 責湘責湘^ | 110000001101010110111110110001011100000011010101101111101100010101011110 | c0d5bec5c0d5bec55e |
UTF-8 | 責湘責湘^ | 11101000101100101010110011100110101110011001100011101000101100101010110011100110101110011001100001011110 | e8b2ace6b998e8b2ace6b9985e |
UHC | 責湘責湘^ | 111101001010000111011111110011111111010010100001110111111100111101011110 | f4a1dfcff4a1dfcf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)