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 | 豌エ謨セ^ | 11100110101100001011010011100110100101011011111001011110 | e6b0b4e695be5e |
EUC-JP | 豌エ謨セ^ | 111011001011001010001110101101001110101111110101100011101011111001011110 | ecb28eb4ebf58ebe5e |
UTF-8 | 豌エ謨セ^ | 11101000101100011000110011101111101111011011010011101000101011001010100011101111101111011011111001011110 | e8b18cefbdb4e8aca8efbdbe5e |
UHC | 豌?謨?^ | 11101000110101010011111111011001110010000011111101011110 | e8d53fd9c83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)