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 | ツ臣ツ臣^ | 11000010100100000110001011000010100100000110001001011110 | c29062c290625e |
EUC-JP | ツ臣ツ臣^ | 100011101100001010111111110000111000111011000010101111111100001101011110 | 8ec2bfc38ec2bfc35e |
UTF-8 | ツ臣ツ臣^ | 11101111101111101000001011101000100001111010001111101111101111101000001011101000100001111010001101011110 | efbe82e887a3efbe82e887a35e |
UHC | ?臣?臣^ | 00111111111000111110110100111111111000111110110101011110 | 3fe3ed3fe3ed5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)