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 | 无槭 | 10011101110110011001111011100011 | 9dd99ee3 |
EUC-JP | 无槭 | 11011010110110111101110011100101 | dadbdce5 |
UTF-8 | 无槭 | 111001101001011110100000111001101010011110101101 | e697a0e6a7ad |
UHC | 无? | 110110011110100100111111 | d9e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)