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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | ツ渉ゥテ古サF | 110000101000111111000010101010011100001110001100110000111011101101000110 | c28fc2a9c38cc3bb46 |
EUC-JP | ツ渉ゥテ古サF | 10001110110000101011111011000100100011101010100110001110110000111011100011000101100011101011101101000110 | 8ec2bec48ea98ec3b8c58ebb46 |
UTF-8 | ツ渉ゥテ古サF | 11101111101111101000001011100110101110001000100111101111101111011010100111101111101111101000001111100101100011111010010011101111101111011011101101000110 | efbe82e6b889efbda9efbe83e58fa4efbdbb46 |
UHC | ????古?F | 0011111100111111001111110011111111001101101011110011111101000110 | 3f3f3f3fcdaf3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)