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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蠍エ隶稽^ | 1110010110110110101101001110100010101110100011000110110101011110 | e5b6b4e8ae8c6d5e |
EUC-JP | 蠍エ隶稽^ | 111010101011100010001110101101001111000010110000101101111100111001011110 | eab88eb4f0b0b7ce5e |
UTF-8 | 蠍エ隶稽^ | 11101000101000001000110111101111101111011011010011101001100110101011011011100111101010001011110101011110 | e8a08defbdb4e99ab6e7a8bd5e |
UHC | ???稽^ | 001111110011111100111111110011011010011001011110 | 3f3f3fcda65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)