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 | 症 | 1000111111000111 | 8fc7 |
EUC-JP | 症 | 1011111011001001 | bec9 |
UTF-8 | 症 | 111001111001011110000111 | e79787 |
UHC | 症 | 1111000111111000 | f1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)