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 | ?????@B | 00111111001111110011111100111111001111110100000001000010 | 3f3f3f3f3f4042 |
SJIS-WIN | テつ愿つキ@B | 11000011100000101100001010011100110000111000001011000010101101110100000001000010 | c382c29cc382c2b74042 |
EUC-JP | テつ愿つキ@B | 100011101100001110100100110001001101100011000101101001001100010010001110101101110100000001000010 | 8ec3a4c4d8c5a4c48eb74042 |
UTF-8 | テつ愿つキ@B | 1110111110111110100000111110001110000001101001001110011010000100101111111110001110000001101001001110111110111101101101110100000001000010 | efbe83e381a4e684bfe381a4efbdb74042 |
UHC | ?つ愿つ?@B | 00111111101010101100010011101010101101001010101011000100001111110100000001000010 | 3faac4eab4aac43f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)