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 | MCþX[ | 1001101001001101010000111001100111111110100110100101100001011011 | 9a4d4399fe9a585b |
SJIS-WIN | ?MC???X[ | 0011111101001101010000110011111100111111001111110101100001011011 | 3f4d433f3f3f585b |
EUC-JP | ?MC?þ?X[ | 00111111010011010100001100111111100011111010100111010000001111110101100001011011 | 3f4d433f8fa9d03f585b |
UTF-8 | MCþX[ | 110000101001101001001101010000111100001010011001110000111011111011000010100110100101100001011011 | c29a4d43c299c3bec29a585b |
UHC | ?MC?þ?X[ | 001111110100110101000011001111111010100110101101001111110101100001011011 | 3f4d433fa9ad3f585b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)