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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 讖亥、ュ讖 | 1110011010101001100010001110010110100100101011011110011010101001 | e6a988e5a4ade6a9 |
EUC-JP | 讖亥、ュ讖 | 11101100101010111011000011100111100011101010010010001110101011011110110010101011 | ecabb0e78ea48eadecab |
UTF-8 | 讖亥、ュ讖 | 111010001010111010010110111001001011101010100101111011111011110110100100111011111011110110101101111010001010111010010110 | e8ae96e4baa5efbda4efbdade8ae96 |
UHC | 讖亥??讖 | 1111001111011001111110101010010000111111001111111111001111011001 | f3d9faa43f3ff3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)