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Ç | 11100000011000111001101011000111 | e0639ac7 |
SJIS-WIN | ?c?? | 00111111011000110011111100111111 | 3f633f3f |
EUC-JP | àc?Ç | 1000111110101011101000100110001100111111100011111010101010101110 | 8faba2633f8faaae |
UTF-8 | àcÇ | 11000011101000000110001111000010100110101100001110000111 | c3a063c29ac387 |
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)