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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 僊楔楔^ | 10011001010000011001111010110110100111101011011001011110 | 99419eb69eb65e |
EUC-JP | 僊楔楔^ | 11010001101000101101110010111000110111001011100001011110 | d1a2dcb8dcb85e |
UTF-8 | 僊楔楔^ | 11100101100000111000101011100110101001011001010011100110101001011001010001011110 | e5838ae6a594e6a5945e |
UHC | 僊楔楔^ | 11100000101110101110000011011011111000001101101101011110 | e0bae0dbe0db5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)