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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 躁????ю | 1110011101001110001111110011111100111111001111111000010010010000 | e74e3f3f3f3f8490 |
EUC-JP | 躁????ю | 1110110110101111001111110011111100111111001111111010011111110000 | edaf3f3f3f3fa7f0 |
UTF-8 | 躁롎뤰탮뉼ю | 1110100010111010100000011110101110100001100011101110101110100100101100001110110110000011101011101110101110001001101111001101000110001110 | e8ba81eba18eeba4b0ed83aeeb89bcd18e |
UHC | 躁롎뤰탮뉼ю | 111100001110001010001110110101001000111111011110101101011000111010110100101111001010110011110000 | f0e28ed48fdeb58eb4bcacf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)