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 | ûBc^ | 1111101101000010100111110110001101011110 | fb429f635e |
SJIS-WIN | ?B?c^ | 0011111101000010001111110110001101011110 | 3f423f635e |
EUC-JP | ûB?c^ | 10001111101010111110010101000010001111110110001101011110 | 8fabe5423f635e |
UTF-8 | ûBc^ | 11000011101110110100001011000010100111110110001101011110 | c3bb42c29f635e |
UHC | ?B?c^ | 0011111101000010001111110110001101011110 | 3f423f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)