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 | ?g\ | 001111110110011101011100 | 3f675c |
SJIS-WIN | 蔡g\ | 11100100111011110110011101011100 | e4ef675c |
EUC-JP | 蔡g\ | 11101000111100010110011101011100 | e8f1675c |
UTF-8 | 蔡g\ | 1110100010010100101000010110011101011100 | e894a1675c |
UHC | 蔡g\ | 11110011111110010110011101011100 | f3f9675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)