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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 種???\ | 100011101110110100111111001111110011111101011100 | 8eed3f3f3f5c |
EUC-JP | 種???\ | 101111001110111100111111001111110011111101011100 | bcef3f3f3f5c |
UTF-8 | 種비렰렮\ | 11100111101010001010111011101011101110011000010011101011101000001011000011101011101000001010111001011100 | e7a8aeebb984eba0b0eba0ae5c |
UHC | 種비렰렮\ | 111100001111101010111010111100011000111010111101100011101011101101011100 | f0fabaf18ebd8ebb5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)