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~ÂB | 11000010100100100100001101111110110000101001001001000010 | c292437ec29242 |
SJIS-WIN | ??C~??B | 00111111001111110100001101111110001111110011111101000010 | 3f3f437e3f3f42 |
EUC-JP | Â?C~Â?B | 1000111110101010101001000011111101000011011111101000111110101010101001000011111101000010 | 8faaa43f437e8faaa43f42 |
UTF-8 | ÂC~ÂB | 1100001110000010110000101001001001000011011111101100001110000010110000101001001001000010 | c382c292437ec382c29242 |
UHC | ??C~??B | 00111111001111110100001101111110001111110011111101000010 | 3f3f437e3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)