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 | àW | 11100000010101111000000110001101 | e057818d |
SJIS-WIN | ?W?? | 00111111010101110011111100111111 | 3f573f3f |
EUC-JP | àW?? | 100011111010101110100010010101110011111100111111 | 8faba2573f3f |
UTF-8 | àW | 11000011101000000101011111000010100000011100001010001101 | c3a057c281c28d |
UHC | ?W?? | 00111111010101110011111100111111 | 3f573f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)