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 | ツ姆ツ姆^ | 11000010100110110100011111000010100110110100011101011110 | c29b47c29b475e |
EUC-JP | ツ姆ツ姆^ | 100011101100001011010101101010001000111011000010110101011010100001011110 | 8ec2d5a88ec2d5a85e |
UTF-8 | ツ姆ツ姆^ | 11101111101111101000001011100101101001111000011011101111101111101000001011100101101001111000011001011110 | efbe82e5a786efbe82e5a7865e |
UHC | ?姆?姆^ | 00111111110110011011010100111111110110011011010101011110 | 3fd9b53fd9b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)