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 | ?????@h | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
SJIS-WIN | テサツ敖キ@h | 1100001110111011110000101001110111000010101101110100000001101000 | c3bbc29dc2b74068 |
EUC-JP | テサツ敖キ@h | 100011101100001110001110101110111000111011000010110110101100010010001110101101110100000001101000 | 8ec38ebb8ec2dac48eb74068 |
UTF-8 | テサツ敖キ@h | 1110111110111110100000111110111110111101101110111110111110111110100000101110011010010101100101101110111110111101101101110100000001101000 | efbe83efbdbbefbe82e69596efbdb74068 |
UHC | ???敖?@h | 0011111100111111001111111110011111111001001111110100000001101000 | 3f3f3fe7f93f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)