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 | ??????@ | 00111111001111110011111100111111001111110011111101000000 | 3f3f3f3f3f3f40 |
SJIS-WIN | ????靜?@ | 0011111100111111001111110011111111101000110011100011111101000000 | 3f3f3f3fe8ce3f40 |
EUC-JP | ????靜?@ | 0011111100111111001111110011111111110000110100000011111101000000 | 3f3f3f3ff0d03f40 |
UTF-8 | 吏흘렩렍靜렗@ | 11101111101001111001111011101101100111011001100011101011101000001010100111101011101000001000110111101001100111011001110011101011101000001001011101000000 | efa79eed9d98eba0a9eba08de99d9ceba09740 |
UHC | 吏흘렩렍靜렗@ | 11101100101001111100100011101010100011101011011110001110101000111111000010100001100011101010110001000000 | eca7c8ea8eb78ea3f0a18eac40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)