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 | 懌纖 | 10011100111000101110001110011001 | 9ce2e399 |
EUC-JP | 懌纖 | 11011000111001001110010111111001 | d8e4e5f9 |
UTF-8 | 懌纖 | 111001101000011110001100111001111011101010010110 | e6878ce7ba96 |
UHC | ?纖 | 001111111110000011101001 | 3fe0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)