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 | ?v | 0011111101110110 | 3f76 |
SJIS-WIN | 星v | 100100001010111101110110 | 90af76 |
EUC-JP | 星v | 110000001011000101110110 | c0b176 |
UTF-8 | 星v | 11100110100110001001111101110110 | e6989f76 |
UHC | 星v | 111000001111100001110110 | e0f876 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)