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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 償h償 | 1000111110011110011010001000111110011110 | 8f9e688f9e |
EUC-JP | 償h償 | 1011110111111110011010001011110111111110 | bdfe68bdfe |
UTF-8 | 償h償 | 11100101100001001001111101101000111001011000010010011111 | e5849f68e5849f |
UHC | 償h償 | 1101111111000001011010001101111111000001 | dfc168dfc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)