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 | âÆ^ | 111000101100011001011110 | e2c65e |
SJIS-WIN | ??^ | 001111110011111101011110 | 3f3f5e |
EUC-JP | âÆ^ | 10001111101010111010010010001111101010011010000101011110 | 8faba48fa9a15e |
UTF-8 | âÆ^ | 1100001110100010110000111000011001011110 | c3a2c3865e |
UHC | ?Æ^ | 00111111101010001010000101011110 | 3fa8a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)