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 | ?) | 001111111000000101101010 | 3f816a |
EUC-JP | 焌) | 1000111111001001111010001010000111001011 | 8fc9e8a1cb |
UTF-8 | 焌) | 111001111000010010001100111011111011110010001001 | e7848cefbc89 |
UHC | 焌) | 11110001111000001010001110101001 | f1e0a3a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)