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 | 踞イ逞イ^ | 11100110111101011011001011100111100101111011001001011110 | e6f5b2e797b25e |
EUC-JP | 踞イ逞イ^ | 111011001111011110001110101100101110110111110111100011101011001001011110 | ecf78eb2edf78eb25e |
UTF-8 | 踞イ逞イ^ | 11101000101110001001111011101111101111011011001011101001100000001001111011101111101111011011001001011110 | e8b89eefbdb2e9809eefbdb25e |
UHC | 踞?逞?^ | 11001011111001100011111111010110110000010011111101011110 | cbe63fd6c13f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)