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 | 辰楔辰楔^ | 100100100100001110011110101101101001001001000011100111101011011001011110 | 92439eb692439eb65e |
EUC-JP | 辰楔辰楔^ | 110000111010010011011100101110001100001110100100110111001011100001011110 | c3a4dcb8c3a4dcb85e |
UTF-8 | 辰楔辰楔^ | 11101000101111101011000011100110101001011001010011101000101111101011000011100110101001011001010001011110 | e8beb0e6a594e8beb0e6a5945e |
UHC | 辰楔辰楔^ | 111100101110001111100000110110111111001011100011111000001101101101011110 | f2e3e0dbf2e3e0db5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)