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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莉・隍カ | 111001001011101110100101111010001010010010110110 | e4bba5e8a4b6 |
EUC-JP | 莉・隍カ | 1110100010111101100011101010010111110000101001101000111010110110 | e8bd8ea5f0a68eb6 |
UTF-8 | 莉・隍カ | 111010001000111010001001111011111011110110100101111010011001101010001101111011111011110110110110 | e88e89efbda5e99a8defbdb6 |
UHC | 莉?隍? | 110101111110100100111111111111001101101100111111 | d7e93ffcdb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)