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 | ?Q??^ | 0011111101010001001111110011111101011110 | 3f513f3f5e |
SJIS-WIN | ?Q??^ | 0011111101010001001111110011111101011110 | 3f513f3f5e |
EUC-JP | ?Q??^ | 0011111101010001001111110011111101011110 | 3f513f3f5e |
UTF-8 | 혩Q찾짯^ | 1110110110011000101010010101000111101100101100001011111011101100101001111010111101011110 | ed98a951ecb0beeca7af5e |
UHC | 혩Q찾짯^ | 1100001010010001010100011100001110100011110000101010110101011110 | c29151c3a3c2ad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)