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 | 營욬營욬^ | 11100111100001111001111111101100100110101010110011100111100001111001111111101100100110101010110001011110 | e7879fec9aace7879fec9aac5e |
UHC | 營욬營욬^ | 111001111011110110011111010001001110011110111101100111110100010001011110 | e7bd9f44e7bd9f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)