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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 硝メムァ^ | 100011111100100111010010110100011010011101011110 | 8fc9d2d1a75e |
EUC-JP | 硝メムァ^ | 101111101100101110001110110100101000111011010001100011101010011101011110 | becb8ed28ed18ea75e |
UTF-8 | 硝メムァ^ | 11100111101000011001110111101111101111101001001011101111101111101001000111101111101111011010011101011110 | e7a19defbe92efbe91efbda75e |
UHC | 硝???^ | 111101011010011000111111001111110011111101011110 | f5a63f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)