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 | 陜党陜怒^ | 111010001001110110010011011111011110100010011101100100110111101101011110 | e89d937de89d937b5e |
EUC-JP | 陜党陜怒^ | 111011111111110111000101110111101110111111111101110001011101110001011110 | effdc5deeffdc5dc5e |
UTF-8 | 陜党陜怒^ | 11101001100110011001110011100101100001011001101011101001100110011001110011100110100000001001001001011110 | e9999ce5859ae9999ce680925e |
UHC | 陜?陜怒^ | 1111100111110000001111111111100111110000110100101100000101011110 | f9f03ff9f0d2c15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)