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 | ツ`ツヽ^ | 11000010100000010100110111000010100000010101001001011110 | c2814dc281525e |
EUC-JP | ツ`ツヽ^ | 100011101100001010100001101011101000111011000010101000011011001101011110 | 8ec2a1ae8ec2a1b35e |
UTF-8 | ツ`ツヽ^ | 11101111101111101000001011101111101111011000000011101111101111101000001011100011100000111011110101011110 | efbe82efbd80efbe82e383bd5e |
UHC | ?`??^ | 001111111010001111100000001111110011111101011110 | 3fa3e03f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)