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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 營?營?^ | 10011010011110100011111110011010011110100011111101011110 | 9a7a3f9a7a3f5e |
EUC-JP | 營?營?^ | 11010011110110110011111111010011110110110011111101011110 | d3db3fd3db3f5e |
UTF-8 | 營랣營랣^ | 11100111100001111001111111101011100111101010001111100111100001111001111111101011100111101010001101011110 | e7879feb9ea3e7879feb9ea35e |
UHC | 營랣營랣^ | 111001111011110110001110010001001110011110111101100011100100010001011110 | e7bd8e44e7bd8e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)