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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テゥツ敖廣 | 11000011101010011100001010011101110000101001110001000001 | c3a9c29dc29c41 |
EUC-JP | テゥツ敖廣 | 10001110110000111000111010101001100011101100001011011010110001001101011110100010 | 8ec38ea98ec2dac4d7a2 |
UTF-8 | テゥツ敖廣 | 111011111011111010000011111011111011110110101001111011111011111010000010111001101001010110010110111001011011101110100011 | efbe83efbda9efbe82e69596e5bba3 |
UHC | ???敖廣 | 00111111001111110011111111100111111110011100111011000110 | 3f3f3fe7f9cec6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)