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 | ÌòöÀn~ | 110011001111001011110110110000000110111001111110 | ccf2f6c06e7e |
SJIS-WIN | ????n~ | 001111110011111100111111001111110110111001111110 | 3f3f3f3f6e7e |
EUC-JP | ÌòöÀn~ | 1000111110101010110000001000111110101011110100101000111110101011110100111000111110101010101000100110111001111110 | 8faac08fabd28fabd38faaa26e7e |
UTF-8 | ÌòöÀn~ | 11000011100011001100001110110010110000111011011011000011100000000110111001111110 | c38cc3b2c3b6c3806e7e |
UHC | ????n~ | 001111110011111100111111001111110110111001111110 | 3f3f3f3f6e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)