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??] | 00111111001111110101110101101000001111110011111101011101 | 3f3f5d683f3f5d |
SJIS-WIN | ??]h??] | 00111111001111110101110101101000001111110011111101011101 | 3f3f5d683f3f5d |
EUC-JP | ??]h??] | 00111111001111110101110101101000001111110011111101011101 | 3f3f5d683f3f5d |
UTF-8 | 쒔렋]h쒔렋] | 111011001001001010010100111010111010000010001011010111010110100011101100100100101001010011101011101000001000101101011101 | ec9294eba08b5d68ec9294eba08b5d |
UHC | 쒔렋]h쒔렋] | 1011111010101101100011101010001001011101011010001011111010101101100011101010001001011101 | bead8ea25d68bead8ea25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)