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 | 扮楙 | 10010101101011111001111010111100 | 95af9ebc |
EUC-JP | 扮楙 | 11001010101100011101110010111110 | cab1dcbe |
UTF-8 | 扮楙 | 111001101000100110101110111001101010010110011001 | e689aee6a599 |
UHC | 扮楙 | 11011101110010101101100111101010 | ddcad9ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)