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}B | 11100000010001100111110101000010 | e0467d42 |
SJIS-WIN | ?F}B | 00111111010001100111110101000010 | 3f467d42 |
EUC-JP | àF}B | 100011111010101110100010010001100111110101000010 | 8faba2467d42 |
UTF-8 | àF}B | 1100001110100000010001100111110101000010 | c3a0467d42 |
UHC | ?F}B | 00111111010001100111110101000010 | 3f467d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)