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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ェ莽 | 1111010110101100101010101110010011001101 | f5acaae4cd |
EUC-JP | ?ェ莽 | 0011111110001110101010101110100011001111 | 3f8eaae8cf |
UTF-8 | ェ莽 | 111011101001000010010111111011111011110110101010111010001000111010111101 | ee9097efbdaae88ebd |
UHC | ??莽 | 00111111001111111101100011010101 | 3f3fd8d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)