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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | ツ`ツヽ] | 11000010100000010100110111000010100000010101001001011101 | c2814dc281525d |
EUC-JP | ツ`ツヽ] | 100011101100001010100001101011101000111011000010101000011011001101011101 | 8ec2a1ae8ec2a1b35d |
UTF-8 | ツ`ツヽ] | 11101111101111101000001011101111101111011000000011101111101111101000001011100011100000111011110101011101 | efbe82efbd80efbe82e383bd5d |
UHC | ?`??] | 001111111010001111100000001111110011111101011101 | 3fa3e03f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)