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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | ツ殲~ | 11000010100111110111001001111110 | c29f727e |
EUC-JP | ツ殲~ | 1000111011000010110111011101001101111110 | 8ec2ddd37e |
UTF-8 | ツ殲~ | 11101111101111101000001011100110101011101011001001111110 | efbe82e6aeb27e |
UHC | ?殲~ | 00111111111000001110100001111110 | 3fe0e87e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)