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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 盛渫盛渫^ | 100100001011011110011111110101101001000010110111100111111101011001011110 | 90b79fd690b79fd65e |
EUC-JP | 盛渫盛渫^ | 110000001011100111011110110110001100000010111001110111101101100001011110 | c0b9ded8c0b9ded85e |
UTF-8 | 盛渫盛渫^ | 11100111100110111001101111100110101110001010101111100111100110111001101111100110101110001010101101011110 | e79b9be6b8abe79b9be6b8ab5e |
UHC | 盛渫盛渫^ | 111000001111110011100000110111101110000011111100111000001101111001011110 | e0fce0dee0fce0de5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)