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 | Â[AÂA | 11000010100100100101101101000001110000101001001001000001 | c2925b41c29241 |
SJIS-WIN | ??[A??A | 00111111001111110101101101000001001111110011111101000001 | 3f3f5b413f3f41 |
EUC-JP | Â?[AÂ?A | 1000111110101010101001000011111101011011010000011000111110101010101001000011111101000001 | 8faaa43f5b418faaa43f41 |
UTF-8 | Â[AÂA | 1100001110000010110000101001001001011011010000011100001110000010110000101001001001000001 | c382c2925b41c382c29241 |
UHC | ??[A??A | 00111111001111110101101101000001001111110011111101000001 | 3f3f5b413f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)