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 | ?o | 0011111101101111 | 3f6f |
SJIS-WIN | 聳o | 111000111101111001101111 | e3de6f |
EUC-JP | 聳o | 111001101110000001101111 | e6e06f |
UTF-8 | 聳o | 11101000100000011011001101101111 | e881b36f |
UHC | 聳o | 111010011100011001101111 | e9c66f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)