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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ツ淞表 | 1100001010011111110000101001010101011100 | c29fc2955c |
EUC-JP | ツ淞表 | 100011101100001011011110110001001100100110111101 | 8ec2dec4c9bd |
UTF-8 | ツ淞表 | 111011111011111010000010111001101011011110011110111010001010000110101000 | efbe82e6b79ee8a1a8 |
UHC | ?淞表 | 0011111111100001111001111111100011111010 | 3fe1e7f8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)