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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ツ泳 | 110000101000100101101010 | c2896a |
EUC-JP | ツ泳 | 10001110110000101011000111001011 | 8ec2b1cb |
UTF-8 | ツ泳 | 111011111011111010000010111001101011001110110011 | efbe82e6b3b3 |
UHC | ?泳 | 001111111110011110110110 | 3fe7b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)