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 | 期^ | 100010101111101001011110 | 8afa5e |
EUC-JP | 期^ | 101101001111110001011110 | b4fc5e |
UTF-8 | 期^ | 11100110100111001001111101011110 | e69c9f5e |
UHC | 期^ | 110100011010001001011110 | d1a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)