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 | 衆 | 1000111101001111 | 8f4f |
EUC-JP | 衆 | 1011110110110000 | bdb0 |
UTF-8 | 衆 | 111010001010000110000110 | e8a186 |
UHC | 衆 | 1111000111101011 | f1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)