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 | 芯疫芯疫^ | 100100000110001110001001011101011001000001100011100010010111010101011110 | 90638975906389755e |
EUC-JP | 芯疫芯疫^ | 101111111100010010110001110101101011111111000100101100011101011001011110 | bfc4b1d6bfc4b1d65e |
UTF-8 | 芯疫芯疫^ | 11101000100010101010111111100111100101101010101111101000100010101010111111100111100101101010101101011110 | e88aafe796abe88aafe796ab5e |
UHC | 芯疫芯疫^ | 111001001010010111100110101110011110010010100101111001101011100101011110 | e4a5e6b9e4a5e6b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)