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 | xç©B | 10011010011110001110011110101001100000101000100101000010 | 9a78e7a9828942 |
SJIS-WIN | ?x????B | 00111111011110000011111100111111001111110011111101000010 | 3f783f3f3f3f42 |
EUC-JP | ?xç©??B | 0011111101111000100011111010101110101110100011111010001011101101001111110011111101000010 | 3f788fabae8fa2ed3f3f42 |
UTF-8 | xç©B | 110000101001101001111000110000111010011111000010101010011100001010000010110000101000100101000010 | c29a78c3a7c2a9c282c28942 |
UHC | ?x????B | 00111111011110000011111100111111001111110011111101000010 | 3f783f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)