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 | テュツ敖凅 | 11000011101011011100001010011101110000101001100101111000 | c3adc29dc29978 |
EUC-JP | テュツ敖凅 | 10001110110000111000111010101101100011101100001011011010110001001101000111011001 | 8ec38ead8ec2dac4d1d9 |
UTF-8 | テュツ敖凅 | 111011111011111010000011111011111011110110101101111011111011111010000010111001101001010110010110111001011000011110000101 | efbe83efbdadefbe82e69596e58785 |
UHC | ???敖? | 001111110011111100111111111001111111100100111111 | 3f3f3fe7f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)