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 | rErEB | 10011111011100100100010110011111011100100100010101000010 | 9f72459f724542 |
SJIS-WIN | ?rE?rEB | 00111111011100100100010100111111011100100100010101000010 | 3f72453f724542 |
EUC-JP | ?rE?rEB | 00111111011100100100010100111111011100100100010101000010 | 3f72453f724542 |
UTF-8 | rErEB | 110000101001111101110010010001011100001010011111011100100100010101000010 | c29f7245c29f724542 |
UHC | ?rE?rEB | 00111111011100100100010100111111011100100100010101000010 | 3f72453f724542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)