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 | 00111111001111110110000001000010 | 3f3f6042 |
SJIS-WIN | 程?`B | 1001001011110110001111110110000001000010 | 92f63f6042 |
EUC-JP | 程?`B | 1100010011111000001111110110000001000010 | c4f83f6042 |
UTF-8 | 程렣`B | 1110011110101000100010111110101110100000101000110110000001000010 | e7a88beba0a36042 |
UHC | 程렣`B | 111011111110111110001110101101000110000001000010 | efef8eb46042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)