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 | 叩続 | 10010010010000001001000110110001 | 924091b1 |
EUC-JP | 叩続 | 11000011101000011100001010110011 | c3a1c2b3 |
UTF-8 | 叩続 | 111001011000111110101001111001111011011010011010 | e58fa9e7b69a |
UHC | 叩? | 110011011011000000111111 | cdb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)