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 | 殊罔 | 10001110111010101110001110100110 | 8eeae3a6 |
EUC-JP | 殊罔 | 10111100111011001110011010101000 | bcece6a8 |
UTF-8 | 殊罔 | 111001101010111010001010111001111011110110010100 | e6ae8ae7bd94 |
UHC | 殊罔 | 11100010101010001101100011010010 | e2a8d8d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)