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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 貍宗~ | 1110011010111100100011110100000001111110 | e6bc8f407e |
EUC-JP | 貍宗~ | 1110110010111110101111011010000101111110 | ecbebda17e |
UTF-8 | 貍宗~ | 11101000101100101000110111100101101011101001011101111110 | e8b28de5ae977e |
UHC | ?宗~ | 00111111111100001111001101111110 | 3ff0f37e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)