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 | 簫籖 | 11100010110100101110001011011101 | e2d2e2dd |
EUC-JP | 簫籖 | 11100100110101001110010011011111 | e4d4e4df |
UTF-8 | 簫籖 | 111001111011000010101011111001111011000110010110 | e7b0abe7b196 |
UHC | 簫? | 111000011100011100111111 | e1c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)