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 | 驥凡驥本^ | 111010011000011110010110011111011110100110000111100101100111101101011110 | e987967de987967b5e |
EUC-JP | 驥凡驥本^ | 111100011110011111001011110111101111000111100111110010111101110001011110 | f1e7cbdef1e7cbdc5e |
UTF-8 | 驥凡驥本^ | 11101001101010011010010111100101100001111010000111101001101010011010010111100110100111001010110001011110 | e9a9a5e587a1e9a9a5e69cac5e |
UHC | 驥凡驥本^ | 110100011100101011011011111011011101000111001010110111001110001001011110 | d1cadbedd1cadce25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)