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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | モュF | 11110111101011001101001110101101111100011111110001000110 | f7acd3adf1fc46 |
EUC-JP | ?モュ?F | 00111111100011101101001110001110101011010011111101000110 | 3f8ed38ead3f46 |
UTF-8 | モュF | 11101110100101101000111111101111101111101001001111101111101111011010110111101110100001011011011101000110 | ee968fefbe93efbdadee85b746 |
UHC | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)