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 | 證拒證居^ | 111001101001101010001011100100011110011010011010100010111000111101011110 | e69a8b91e69a8b8f5e |
EUC-JP | 證拒證居^ | 111010111111101010110101111100011110101111111010101101011110111101011110 | ebfab5f1ebfab5ef5e |
UTF-8 | 證拒證居^ | 11101000101011011000100111100110100010111001001011101000101011011000100111100101101100011000010101011110 | e8ad89e68b92e8ad89e5b1855e |
UHC | 證拒證居^ | 111100011111101111001011110111101111000111111011110010111101110001011110 | f1fbcbdef1fbcbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)