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 | 驥縫驥縫^ | 111010011000011110010110010001001110100110000111100101100100010001011110 | e9879644e98796445e |
EUC-JP | 驥縫驥縫^ | 111100011110011111001011101001011111000111100111110010111010010101011110 | f1e7cba5f1e7cba55e |
UTF-8 | 驥縫驥縫^ | 11101001101010011010010111100111101110001010101111101001101010011010010111100111101110001010101101011110 | e9a9a5e7b8abe9a9a5e7b8ab5e |
UHC | 驥縫驥縫^ | 110100011100101011011100111011101101000111001010110111001110111001011110 | d1cadceed1cadcee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)