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 | ? | 00111111 | 3f |
SJIS-WIN | 畢 | 1001010101001100 | 954c |
EUC-JP | 畢 | 1100100110101101 | c9ad |
UTF-8 | 畢 | 111001111001010110100010 | e795a2 |
UHC | 畢 | 1111100110110100 | f9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)