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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 韜勇^ | 1110100011101001100101110100010101011110 | e8e997455e |
EUC-JP | 韜勇^ | 1111000011101011110011011010011001011110 | f0ebcda65e |
UTF-8 | 韜勇^ | 11101001100111111001110011100101100010111000011101011110 | e99f9ce58b875e |
UHC | 韜勇^ | 1101010010110111111010011011100001011110 | d4b7e9b85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)