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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 将エ召ツ将「\ | 10001111101010111011010010001111101000101100001010001111101010111010001001011100 | 8fabb48fa2c28faba25c |
EUC-JP | 将エ召ツ将「\ | 10111110101011011000111010110100101111101010010010001110110000101011111010101101100011101010001001011100 | bead8eb4bea48ec2bead8ea25c |
UTF-8 | 将エ召ツ将「\ | 11100101101100001000011011101111101111011011010011100101100011111010110011101111101111101000001011100101101100001000011011101111101111011010001001011100 | e5b086efbdb4e58facefbe82e5b086efbda25c |
UHC | ??召???\ | 0011111100111111111000011010111100111111001111110011111101011100 | 3f3fe1af3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)