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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 橆橆^ | 1111101011101111111110101110111101011110 | faeffaef5e |
EUC-JP | 橆橆^ | 10001111110001011010011110001111110001011010011101011110 | 8fc5a78fc5a75e |
UTF-8 | 橆橆^ | 11100110101010011000011011100110101010011000011001011110 | e6a986e6a9865e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)