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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 磬躙B | 1110000111111100111001110101011101000010 | e1fce75742 |
EUC-JP | 磬躙B | 1110001011111110111011011011100001000010 | e2feedb842 |
UTF-8 | 磬躙B | 11100111101000111010110011101000101110101001100101000010 | e7a3ace8ba9942 |
UHC | 磬?B | 11001100111001000011111101000010 | cce43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)