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 | 占 | 1001000011101000 | 90e8 |
EUC-JP | 占 | 1100000011101010 | c0ea |
UTF-8 | 占 | 111001011000110110100000 | e58da0 |
UHC | 占 | 1110111110111111 | efbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)