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 | àF}àF{^ | 11100000010001100111110111100000010001100111101101011110 | e0467de0467b5e |
SJIS-WIN | ?F}?F{^ | 00111111010001100111110100111111010001100111101101011110 | 3f467d3f467b5e |
EUC-JP | àF}àF{^ | 1000111110101011101000100100011001111101100011111010101110100010010001100111101101011110 | 8faba2467d8faba2467b5e |
UTF-8 | àF}àF{^ | 110000111010000001000110011111011100001110100000010001100111101101011110 | c3a0467dc3a0467b5e |
UHC | ?F}?F{^ | 00111111010001100111110100111111010001100111101101011110 | 3f467d3f467b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)