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 | ? | 00111111 | 3f |
SJIS-WIN | 僞 | 1001100101000101 | 9945 |
EUC-JP | 僞 | 1101000110100110 | d1a6 |
UTF-8 | 僞 | 111001011000001110011110 | e5839e |
UHC | 僞 | 1110101011001010 | eaca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)