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 | 螟悶 | 11100101101001001001011011100011 | e5a496e3 |
EUC-JP | 螟悶 | 11101010101001101100110011100101 | eaa6cce5 |
UTF-8 | 螟悶 | 111010001001111010011111111001101000001010110110 | e89e9fe682b6 |
UHC | 螟悶 | 11011001101011011101101010111111 | d9addabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)