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 | ?x | 0011111101111000 | 3f78 |
SJIS-WIN | 塾x | 100011110110110101111000 | 8f6d78 |
EUC-JP | 塾x | 101111011100111001111000 | bdce78 |
UTF-8 | 塾x | 11100101101000011011111001111000 | e5a1be78 |
UHC | 塾x | 111000101101001101111000 | e2d378 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)