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 | ?^ | 0011111101011110 | 3f5e |
SJIS-WIN | 矜^ | 111000011110000001011110 | e1e05e |
EUC-JP | 矜^ | 111000101110001001011110 | e2e25e |
UTF-8 | 矜^ | 11100111100111111001110001011110 | e79f9c5e |
UHC | 矜^ | 110100001110100001011110 | d0e85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)