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 | ツ掖ツ掖^ | 11000010100111010111010011000010100111010111010001011110 | c29d74c29d745e |
EUC-JP | ツ掖ツ掖^ | 100011101100001011011001110101011000111011000010110110011101010101011110 | 8ec2d9d58ec2d9d55e |
UTF-8 | ツ掖ツ掖^ | 11101111101111101000001011100110100011101001011011101111101111101000001011100110100011101001011001011110 | efbe82e68e96efbe82e68e965e |
UHC | ?掖?掖^ | 00111111111001001111101000111111111001001111101001011110 | 3fe4fa3fe4fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)