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 | 殖續 | 10010000010000101110001110010100 | 9042e394 |
EUC-JP | 殖續 | 10111111101000111110010111110100 | bfa3e5f4 |
UTF-8 | 殖續 | 111001101010111010010110111001111011101010001100 | e6ae96e7ba8c |
UHC | 殖續 | 11100011110101101110000111011001 | e3d6e1d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)