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 | ?A | 0011111101000001 | 3f41 |
SJIS-WIN | 提A | 100100101111000101000001 | 92f141 |
EUC-JP | 提A | 110001001111001101000001 | c4f341 |
UTF-8 | 提A | 11100110100011111001000001000001 | e68f9041 |
UHC | 提A | 111100001010101101000001 | f0ab41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)