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 | 爐璢 | 11100000101000101110000011100011 | e0a2e0e3 |
EUC-JP | 爐璢 | 11100000101001001110000011100101 | e0a4e0e5 |
UTF-8 | 爐璢 | 111001111000100010010000111001111001001010100010 | e78890e792a2 |
UHC | 爐? | 110101101101001100111111 | d6d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)