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 | 纖蘚 | 11100011100110011110010101100100 | e399e564 |
EUC-JP | 纖蘚 | 11100101111110011110100111000101 | e5f9e9c5 |
UTF-8 | 纖蘚 | 111001111011101010010110111010001001100010011010 | e7ba96e8989a |
UHC | 纖蘚 | 11100000111010011110000011010000 | e0e9e0d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)