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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 靂蝙v靂蝙vB | 1110100011001100111001011001111001110110111010001100110011100101100111100111011001000010 | e8cce59e76e8cce59e7642 |
EUC-JP | 靂蝙v靂蝙vB | 1111000011001110111010011111111001110110111100001100111011101001111111100111011001000010 | f0cee9fe76f0cee9fe7642 |
UTF-8 | 靂蝙v靂蝙vB | 111010011001110110000010111010001001110110011001011101101110100110011101100000101110100010011101100110010111011001000010 | e99d82e89d9976e99d82e89d997642 |
UHC | 靂?v靂?vB | 110101011111101000111111011101101101010111111010001111110111011001000010 | d5fa3f76d5fa3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)