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 | 0011111101001101 | 3f4d |
SJIS-WIN | 蒹M | 111001001110001101001101 | e4e34d |
EUC-JP | 蒹M | 111010001110010101001101 | e8e54d |
UTF-8 | 蒹M | 11101000100100101011100101001101 | e892b94d |
UHC | ?M | 0011111101001101 | 3f4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)