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 | Â~ÂB | 110000101000111101111110110000101001111001000010 | c28f7ec29e42 |
SJIS-WIN | ??~??B | 001111110011111101111110001111110011111101000010 | 3f3f7e3f3f42 |
EUC-JP | Â?~Â?B | 10001111101010101010010000111111011111101000111110101010101001000011111101000010 | 8faaa43f7e8faaa43f42 |
UTF-8 | Â~ÂB | 11000011100000101100001010001111011111101100001110000010110000101001111001000010 | c382c28f7ec382c29e42 |
UHC | ??~??B | 001111110011111101111110001111110011111101000010 | 3f3f7e3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)