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 | ?®? | 001111111010111000111111 | 3fae3f |
SJIS-WIN | 魏?? | 11101001101100000011111100111111 | e9b03f3f |
EUC-JP | 魏®? | 111100101011001010001111101000101110111000111111 | f2b28fa2ee3f |
UTF-8 | 魏®물 | 1110100110101101100011111100001010101110111010111010110010111100 | e9ad8fc2aeebacbc |
UHC | 魏®물 | 111010101110000010100010111001111011100110110000 | eae0a2e7b9b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)