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 | ûI²g\ | 111110110100100110001110101100100110011101011100 | fb498eb2675c |
SJIS-WIN | ?I??g\ | 001111110100100100111111001111110110011101011100 | 3f493f3f675c |
EUC-JP | ûI??g\ | 1000111110101011111001010100100100111111001111110110011101011100 | 8fabe5493f3f675c |
UTF-8 | ûI²g\ | 110000111011101101001001110000101000111011000010101100100110011101011100 | c3bb49c28ec2b2675c |
UHC | ?I?²g\ | 00111111010010010011111110101001111101110110011101011100 | 3f493fa9f7675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)