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 | àèçam | 111000001110100011100111011000011000001101101101 | e0e8e761836d |
SJIS-WIN | ???a?m | 001111110011111100111111011000010011111101101101 | 3f3f3f613f6d |
EUC-JP | àèça?m | 100011111010101110100010100011111010101110110010100011111010101110101110011000010011111101101101 | 8faba28fabb28fabae613f6d |
UTF-8 | àèçam | 11000011101000001100001110101000110000111010011101100001110000101000001101101101 | c3a0c3a8c3a761c2836d |
UHC | ???a?m | 001111110011111100111111011000010011111101101101 | 3f3f3f613f6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)