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 | ènG | 1110100010011000100100110110111001000111 | e898936e47 |
SJIS-WIN | ???nG | 0011111100111111001111110110111001000111 | 3f3f3f6e47 |
EUC-JP | è??nG | 10001111101010111011001000111111001111110110111001000111 | 8fabb23f3f6e47 |
UTF-8 | ènG | 1100001110101000110000101001100011000010100100110110111001000111 | c3a8c298c2936e47 |
UHC | ???nG | 0011111100111111001111110110111001000111 | 3f3f3f6e47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)