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 | 驩思 | 11101001100010011000111001110110 | e9898e76 |
EUC-JP | 驩思 | 11110001111010011011101111010111 | f1e9bbd7 |
UTF-8 | 驩思 | 111010011010100110101001111001101000000010011101 | e9a9a9e6809d |
UHC | 驩思 | 11111100101111101101111011010110 | fcbeded6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)