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 | 11100011011100010011111110010001111010000011111101000101 | e3713f91e83f45 |
EUC-JP | 縡?題?E | 11100101110100100011111111000010111010100011111101000101 | e5d23fc2ea3f45 |
UTF-8 | 縡렕題렍E | 11100111101110001010000111101011101000001001010111101001101000011000110011101011101000001000110101000101 | e7b8a1eba095e9a18ceba08d45 |
UHC | 縡렕題렍E | 111011101010110110001110101010101111000010111001100011101010001101000101 | eead8eaaf0b98ea345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)