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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 篌猾\}篌猾\{^ | 11100010101110101110000011001111010111000111110111100010101110101110000011001111010111000111101101011110 | e2bae0cf5c7de2bae0cf5c7b5e |
EUC-JP | 篌猾\}篌猾\{^ | 11100100101111001110000011010001010111000111110111100100101111001110000011010001010111000111101101011110 | e4bce0d15c7de4bce0d15c7b5e |
UTF-8 | 篌猾\}篌猾\{^ | 1110011110101111100011001110011110001100101111100101110001111101111001111010111110001100111001111000110010111110010111000111101101011110 | e7af8ce78cbe5c7de7af8ce78cbe5c7b5e |
UHC | ?猾\}?猾\{^ | 0011111111111100110000100101110001111101001111111111110011000010010111000111101101011110 | 3ffcc25c7d3ffcc25c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)