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 | 筮 | 1110001010101100 | e2ac |
EUC-JP | 筮 | 1110010010101110 | e4ae |
UTF-8 | 筮 | 111001111010110110101110 | e7adae |
UHC | 筮 | 1101111111111011 | dffb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)