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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蓆莇啣 | 111001001110110011100100101101001001101001010001 | e4ece4b49a51 |
EUC-JP | 蓆莇啣 | 111010001110111011101000101101101101001110110010 | e8eee8b6d3b2 |
UTF-8 | 蓆莇啣 | 111010001001001110000110111010001000111010000111111001011001010110100011 | e89386e88e87e595a3 |
UHC | 蓆?啣 | 1110000010110110001111111111100111100001 | e0b63ff9e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)