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 | 墺? | 100110101101001000111111 | 9ad23f |
EUC-JP | 墺? | 110101001101010000111111 | d4d43f |
UTF-8 | 墺촰 | 111001011010001010111010111011001011010010110000 | e5a2baecb4b0 |
UHC | 墺촰 | 11100111111100101010110001101101 | e7f2ac6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)