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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ツ循ツ殲^ | 11000010100011110111101011000010100111110111001001011110 | c28f7ac29f725e |
EUC-JP | ツ循ツ殲^ | 100011101100001010111101110110111000111011000010110111011101001101011110 | 8ec2bddb8ec2ddd35e |
UTF-8 | ツ循ツ殲^ | 11101111101111101000001011100101101111101010101011101111101111101000001011100110101011101011001001011110 | efbe82e5beaaefbe82e6aeb25e |
UHC | ?循?殲^ | 00111111111000101110000000111111111000001110100001011110 | 3fe2e03fe0e85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)