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 | àc | 11100000011000111001000010011011 | e063909b |
SJIS-WIN | ?c?? | 00111111011000110011111100111111 | 3f633f3f |
EUC-JP | àc?? | 100011111010101110100010011000110011111100111111 | 8faba2633f3f |
UTF-8 | àc | 11000011101000000110001111000010100100001100001010011011 | c3a063c290c29b |
UHC | ?c?? | 00111111011000110011111100111111 | 3f633f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)