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 | 孃?孃?^ | 10011011011011110011111110011011011011110011111101011110 | 9b6f3f9b6f3f5e |
EUC-JP | 孃?孃?^ | 11010101110100000011111111010101110100000011111101011110 | d5d03fd5d03f5e |
UTF-8 | 孃좩孃좩^ | 11100101101011011000001111101100101000101010100111100101101011011000001111101100101000101010100101011110 | e5ad83eca2a9e5ad83eca2a95e |
UHC | 孃좩孃좩^ | 111001011011111010100001010001001110010110111110101000010100010001011110 | e5bea144e5bea1445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)