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 | 航附 | 10001101011100011001010110001101 | 8d71958d |
EUC-JP | 航附 | 10111001110100101100100111101101 | b9d2c9ed |
UTF-8 | 航附 | 111010001000100010101010111010011001100110000100 | e888aae99984 |
UHC | 航附 | 11111001111111101101110110111110 | f9feddbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)