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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ敕卍淞 | 11000010100111011100001110011001110000101001111111000010 | c29dc399c29fc2 |
EUC-JP | ツ敕卍淞 | 1000111011000010110110101100010111010010110001001101111011000100 | 8ec2dac5d2c4dec4 |
UTF-8 | ツ敕卍淞 | 111011111011111010000010111001101001010110010101111001011000110110001101111001101011011110011110 | efbe82e69595e58d8de6b79e |
UHC | ??卍淞 | 001111110011111111011000101100111110000111100111 | 3f3fd8b3e1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)