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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 讙゚ネE | 11100110101010101101111111001000111100011100111001000101 | e6aadfc8f1ce45 |
EUC-JP | 讙゚ネ?E | 1110110010101100100011101101111110001110110010000011111101000101 | ecac8edf8ec83f45 |
UTF-8 | 讙゚ネE | 11101000101011101001100111101111101111101001111111101111101111101000100011101110100001011000100101000101 | e8ae99efbe9fefbe88ee858945 |
UHC | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)