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{^ | 00111111010001100111110100111111010001100111101101011110 | 3f467d3f467b5e |
SJIS-WIN | ?F}?F{^ | 00111111010001100111110100111111010001100111101101011110 | 3f467d3f467b5e |
EUC-JP | ?F}?F{^ | 00111111010001100111110100111111010001100111101101011110 | 3f467d3f467b5e |
UTF-8 | 䣗F}䣗F{^ | 1110010010100011100101110100011001111101111001001010001110010111010001100111101101011110 | e4a397467de4a397467b5e |
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)