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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 異? | 100010001101100100111111 | 88d93f |
EUC-JP | 異? | 101100001101101100111111 | b0db3f |
UTF-8 | 異쮜 | 111001111001010110110000111011001010111010011100 | e795b0ecae9c |
UHC | 異쮜 | 11101100101101101100001011101000 | ecb6c2e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)