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 | 銹? | 111001111111011000111111 | e7f63f |
EUC-JP | 銹? | 111011101111100000111111 | eef83f |
UTF-8 | 銹씫 | 111010011000101010111001111011001001010010101011 | e98ab9ec94ab |
UHC | 銹씫 | 11100010110010001001110110111101 | e2c89dbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)