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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 翕﨓\ | 1110001111000011111110101110100001011100 | e3c3fae85c |
EUC-JP | 翕?\ | 11100110110001010011111101011100 | e6c53f5c |
UTF-8 | 翕﨓\ | 11100111101111111001010111101111101010001001001101011100 | e7bf95efa8935c |
UHC | 翕?\ | 11111101111010000011111101011100 | fde83f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)