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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 将タ召テG | 10001111101010111100000010001111101000101100001101000111 | 8fabc08fa2c347 |
EUC-JP | 将タ召テG | 101111101010110110001110110000001011111010100100100011101100001101000111 | bead8ec0bea48ec347 |
UTF-8 | 将タ召テG | 11100101101100001000011011101111101111101000000011100101100011111010110011101111101111101000001101000111 | e5b086efbe80e58facefbe8347 |
UHC | ??召?G | 001111110011111111100001101011110011111101000111 | 3f3fe1af3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)