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 | 11100000110111010110100011100000110111010101011101000010 | e0dd68e0dd5742 |
SJIS-WIN | ??h??WB | 00111111001111110110100000111111001111110101011101000010 | 3f3f683f3f5742 |
EUC-JP | àÝhàÝWB | 100011111010101110100010100011111010101011110010011010001000111110101011101000101000111110101010111100100101011101000010 | 8faba28faaf2688faba28faaf25742 |
UTF-8 | àÝhàÝWB | 1100001110100000110000111001110101101000110000111010000011000011100111010101011101000010 | c3a0c39d68c3a0c39d5742 |
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)