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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ツ静」ツ殲^ | 1100001010010000110000111010001111000010100111110111001001011110 | c290c3a3c29f725e |
EUC-JP | ツ静」ツ殲^ | 1000111011000010110000001100010110001110101000111000111011000010110111011101001101011110 | 8ec2c0c58ea38ec2ddd35e |
UTF-8 | ツ静」ツ殲^ | 11101111101111101000001011101001100111011001100111101111101111011010001111101111101111101000001011100110101011101011001001011110 | efbe82e99d99efbda3efbe82e6aeb25e |
UHC | ????殲^ | 00111111001111110011111100111111111000001110100001011110 | 3f3f3f3fe0e85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)