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 | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 'ヨ鮗キ@h | 1111101001010110110101101110100110111010101101110100000001101000 | fa56d6e9bab74068 |
EUC-JP | ?ヨ鮗キ@h | 001111111000111011010110111100101011110010001110101101110100000001101000 | 3f8ed6f2bc8eb74068 |
UTF-8 | 'ヨ鮗キ@h | 1110111110111100100001111110111110111110100101101110100110101110100101111110111110111101101101110100000001101000 | efbc87efbe96e9ae97efbdb74068 |
UHC | '???@h | 10100011101001110011111100111111001111110100000001101000 | a3a73f3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)