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 | 穗錫穗錫^ | 111000100110111010001110111000001110001001101110100011101110000001011110 | e26e8ee0e26e8ee05e |
EUC-JP | 穗錫穗錫^ | 111000111100111110111100111000101110001111001111101111001110001001011110 | e3cfbce2e3cfbce25e |
UTF-8 | 穗錫穗錫^ | 11100111101010011001011111101001100011001010101111100111101010011001011111101001100011001010101101011110 | e7a997e98cabe7a997e98cab5e |
UHC | 穗錫穗錫^ | 111000101011010011100000101110001110001010110100111000001011100001011110 | e2b4e0b8e2b4e0b85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)