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 | ??C??^ | 001111110011111101000011001111110011111101011110 | 3f3f433f3f5e |
SJIS-WIN | モョC耨^ | 1101001110101110010000111111011110100111111000111101001101011110 | d3ae43f7a7e3d35e |
EUC-JP | モョC?耨^ | 100011101101001110001110101011100100001100111111111001101101010101011110 | 8ed38eae433fe6d55e |
UTF-8 | モョC耨^ | 1110111110111110100100111110111110111101101011100100001111101110100101101000101011101000100000001010100001011110 | efbe93efbdae43ee968ae880a85e |
UHC | ??C??^ | 001111110011111101000011001111110011111101011110 | 3f3f433f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)