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 | ÌòöÀNV | 110011001111001011110110110000000100111001010110 | ccf2f6c04e56 |
SJIS-WIN | ????NV | 001111110011111100111111001111110100111001010110 | 3f3f3f3f4e56 |
EUC-JP | ÌòöÀNV | 1000111110101010110000001000111110101011110100101000111110101011110100111000111110101010101000100100111001010110 | 8faac08fabd28fabd38faaa24e56 |
UTF-8 | ÌòöÀNV | 11000011100011001100001110110010110000111011011011000011100000000100111001010110 | c38cc3b2c3b6c3804e56 |
UHC | ????NV | 001111110011111100111111001111110100111001010110 | 3f3f3f3f4e56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)