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 | 邪?邪?^ | 10001110110101110011111110001110110101110011111101011110 | 8ed73f8ed73f5e |
EUC-JP | 邪?邪?^ | 10111100110110010011111110111100110110010011111101011110 | bcd93fbcd93f5e |
UTF-8 | 邪離邪離^ | 11101001100000101010101011101111101001111010101011101001100000101010101011101111101001111010101001011110 | e982aaefa7aae982aaefa7aa5e |
UHC | 邪離邪離^ | 110111101111011111101100110001101101111011110111111011001100011001011110 | def7ecc6def7ecc65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)