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 | ? | 00111111 | 3f |
SJIS-WIN | 惜 | 1001000011001001 | 90c9 |
EUC-JP | 惜 | 1100000011001011 | c0cb |
UTF-8 | 惜 | 111001101000001110011100 | e6839c |
UHC | 惜 | 1110000010101101 | e0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)