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 | èM¾^ | 1110100001001101100011101011111001011110 | e84d8ebe5e |
SJIS-WIN | ?M??^ | 0011111101001101001111110011111101011110 | 3f4d3f3f5e |
EUC-JP | èM??^ | 10001111101010111011001001001101001111110011111101011110 | 8fabb24d3f3f5e |
UTF-8 | èM¾^ | 1100001110101000010011011100001010001110110000101011111001011110 | c3a84dc28ec2be5e |
UHC | ?M?¾^ | 001111110100110100111111101010001111101001011110 | 3f4d3fa8fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)