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 | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | ツ渉シテ古サh | 110000101000111111000010101111001100001110001100110000111011101101101000 | c28fc2bcc38cc3bb68 |
EUC-JP | ツ渉シテ古サh | 10001110110000101011111011000100100011101011110010001110110000111011100011000101100011101011101101101000 | 8ec2bec48ebc8ec3b8c58ebb68 |
UTF-8 | ツ渉シテ古サh | 11101111101111101000001011100110101110001000100111101111101111011011110011101111101111101000001111100101100011111010010011101111101111011011101101101000 | efbe82e6b889efbdbcefbe83e58fa4efbdbb68 |
UHC | ????古?h | 0011111100111111001111110011111111001101101011110011111101101000 | 3f3f3f3fcdaf3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)