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 | 營콲營콲^ | 11100111100001111001111111101100101111011011001011100111100001111001111111101100101111011011001001011110 | e7879fecbdb2e7879fecbdb25e |
UHC | 營콲營콲^ | 111001111011110110110010010001001110011110111101101100100100010001011110 | e7bdb244e7bdb2445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)