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 | ?I}?I{^ | 00111111010010010111110100111111010010010111101101011110 | 3f497d3f497b5e |
SJIS-WIN | ?I}?I{^ | 00111111010010010111110100111111010010010111101101011110 | 3f497d3f497b5e |
EUC-JP | ?I}?I{^ | 00111111010010010111110100111111010010010111101101011110 | 3f497d3f497b5e |
UTF-8 | 뮳I}뮳I{^ | 1110101110101110101100110100100101111101111010111010111010110011010010010111101101011110 | ebaeb3497debaeb3497b5e |
UHC | 뮳I}뮳I{^ | 100100101011110001001001011111011001001010111100010010010111101101011110 | 92bc497d92bc497b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)