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 | 峯姙 | 10010101111101011001101101001011 | 95f59b4b |
EUC-JP | 峯姙 | 11001010111101111101010110101100 | caf7d5ac |
UTF-8 | 峯姙 | 111001011011001110101111111001011010011110011001 | e5b3afe5a799 |
UHC | 峯姙 | 11011100111001111110110011110101 | dce7ecf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)