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 | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 妖ε?辱?h | 100101110110010010000011110000110011111110010000010010100011111101101000 | 976483c33f904a3f68 |
EUC-JP | 妖ε?辱?h | 110011011100010110100110110001010011111110111111101010110011111101101000 | cdc5a6c53fbfab3f68 |
UTF-8 | 妖ε풃辱묧h | 111001011010011010010110110011101011010111101101100100101000001111101000101111101011000111101011101011001010011101101000 | e5a696ceb5ed9283e8beb1ebaca768 |
UHC | 妖ε풃辱묧h | 1110100011101101101001011110010110111110100010111110100110110100100100011111111001101000 | e8eda5e5be8be9b491fe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)