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 | 痒當 | 11100001011110011110000101100011 | e179e163 |
EUC-JP | 痒當 | 11100001110110101110000111000100 | e1dae1c4 |
UTF-8 | 痒當 | 111001111001011110010010111001111001010110110110 | e79792e795b6 |
UHC | 痒當 | 11100101110010101101001111010111 | e5cad3d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)