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 | àÛhàÛWB | 11100000110110110110100011100000110110110101011101000010 | e0db68e0db5742 |
SJIS-WIN | ??h??WB | 00111111001111110110100000111111001111110101011101000010 | 3f3f683f3f5742 |
EUC-JP | àÛhàÛWB | 100011111010101110100010100011111010101011100101011010001000111110101011101000101000111110101010111001010101011101000010 | 8faba28faae5688faba28faae55742 |
UTF-8 | àÛhàÛWB | 1100001110100000110000111001101101101000110000111010000011000011100110110101011101000010 | c3a0c39b68c3a0c39b5742 |
UHC | ??h??WB | 00111111001111110110100000111111001111110101011101000010 | 3f3f683f3f5742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)