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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 惑趁 | 10011000011001101110011011100001 | 9866e6e1 |
EUC-JP | 惑趁 | 11001111110001111110110011100011 | cfc7ece3 |
UTF-8 | 惑趁 | 111001101000001110010001111010001011011010000001 | e68391e8b681 |
UHC | 惑? | 111110111110001100111111 | fbe33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)