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 | ?B | 0011111101000010 | 3f42 |
SJIS-WIN | 乂B | 100110001010011101000010 | 98a742 |
EUC-JP | 乂B | 110100001010100101000010 | d0a942 |
UTF-8 | 乂B | 11100100101110011000001001000010 | e4b98242 |
UHC | 乂B | 111001111101000101000010 | e7d142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)