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 | ツ淞閉淞稗 | 110000101001111111000010100101011100001010011111110000101001010101000010 | c29fc295c29fc29542 |
EUC-JP | ツ淞閉淞稗 | 10001110110000101101111011000100110010101100010011011110110001001100100110100011 | 8ec2dec4cac4dec4c9a3 |
UTF-8 | ツ淞閉淞稗 | 111011111011111010000010111001101011011110011110111010011001011010001001111001101011011110011110111001111010100010010111 | efbe82e6b79ee99689e6b79ee7a897 |
UHC | ?淞閉淞稗 | 001111111110000111100111111110001100110111100001111001111111100010101101 | 3fe1e7f8cde1e7f8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)