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 | èÌð·Y | 1110100011001100111100001011011101011001 | e8ccf0b759 |
SJIS-WIN | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
EUC-JP | èÌð?Y | 1000111110101011101100101000111110101010110000001000111110101001110000110011111101011001 | 8fabb28faac08fa9c33f59 |
UTF-8 | èÌð·Y | 110000111010100011000011100011001100001110110000110000101011011101011001 | c3a8c38cc3b0c2b759 |
UHC | ??ð·Y | 00111111001111111010100110100011101000011010010001011001 | 3f3fa9a3a1a459 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)