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 | 焚畉 | 10010101101100001110000101011001 | 95b0e159 |
EUC-JP | 焚畉 | 11001010101100101110000110111010 | cab2e1ba |
UTF-8 | 焚畉 | 111001111000010010011010111001111001010110001001 | e7849ae79589 |
UHC | 焚? | 110111011100110100111111 | ddcd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)