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 | ?_ | 0011111101011111 | 3f5f |
SJIS-WIN | 咤_ | 100110100100001001011111 | 9a425f |
EUC-JP | 咤_ | 110100111010001101011111 | d3a35f |
UTF-8 | 咤_ | 11100101100100101010010001011111 | e592a45f |
UHC | 咤_ | 111101101110001101011111 | f6e35f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)