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 | ÌòöÀnB | 110011001111001011110110110000000110111001000010 | ccf2f6c06e42 |
SJIS-WIN | ????nB | 001111110011111100111111001111110110111001000010 | 3f3f3f3f6e42 |
EUC-JP | ÌòöÀnB | 1000111110101010110000001000111110101011110100101000111110101011110100111000111110101010101000100110111001000010 | 8faac08fabd28fabd38faaa26e42 |
UTF-8 | ÌòöÀnB | 11000011100011001100001110110010110000111011011011000011100000000110111001000010 | c38cc3b2c3b6c3806e42 |
UHC | ????nB | 001111110011111100111111001111110110111001000010 | 3f3f3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)