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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ツ敕セツ敕セ^ | 110000101001110111000011101111101100001010011101110000111011111001011110 | c29dc3bec29dc3be5e |
EUC-JP | ツ敕セツ敕セ^ | 10001110110000101101101011000101100011101011111010001110110000101101101011000101100011101011111001011110 | 8ec2dac58ebe8ec2dac58ebe5e |
UTF-8 | ツ敕セツ敕セ^ | 11101111101111101000001011100110100101011001010111101111101111011011111011101111101111101000001011100110100101011001010111101111101111011011111001011110 | efbe82e69595efbdbeefbe82e69595efbdbe5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)