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¹E | 1111101101001001100011101011100101000101 | fb498eb945 |
SJIS-WIN | ?I??E | 0011111101001001001111110011111101000101 | 3f493f3f45 |
EUC-JP | ûI??E | 10001111101010111110010101001001001111110011111101000101 | 8fabe5493f3f45 |
UTF-8 | ûI¹E | 1100001110111011010010011100001010001110110000101011100101000101 | c3bb49c28ec2b945 |
UHC | ?I?¹E | 001111110100100100111111101010011111011001000101 | 3f493fa9f645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)