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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | ツ殲\ | 11000010100111110111001001011100 | c29f725c |
EUC-JP | ツ殲\ | 1000111011000010110111011101001101011100 | 8ec2ddd35c |
UTF-8 | ツ殲\ | 11101111101111101000001011100110101011101011001001011100 | efbe82e6aeb25c |
UHC | ?殲\ | 00111111111000001110100001011100 | 3fe0e85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)