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 | æ|\ | 11100110011111001001101001011100 | e67c9a5c |
SJIS-WIN | ?|?\ | 00111111011111000011111101011100 | 3f7c3f5c |
EUC-JP | æ|?\ | 100011111010100111000001011111000011111101011100 | 8fa9c17c3f5c |
UTF-8 | æ|\ | 110000111010011001111100110000101001101001011100 | c3a67cc29a5c |
UHC | æ|?\ | 1010100110100001011111000011111101011100 | a9a17c3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)