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{^ | 1110101110101100101001110100011001111101111010111010110010100111010001100111101101011110 | ebaca7467debaca7467b5e |
UHC | 묧F}묧F{^ | 100100011111111001000110011111011001000111111110010001100111101101011110 | 91fe467d91fe467b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)