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 | ?^ | 0011111101011110 | 3f5e |
SJIS-WIN | 吠^ | 100101100110100101011110 | 96695e |
EUC-JP | 吠^ | 110010111100101001011110 | cbca5e |
UTF-8 | 吠^ | 11100101100100001010000001011110 | e590a05e |
UHC | 吠^ | 111110001100010101011110 | f8c55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)