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 | ©¡bF | 100011101010100110001110101000010110001001000110 | 8ea98ea16246 |
SJIS-WIN | ????bF | 001111110011111100111111001111110110001001000110 | 3f3f3f3f6246 |
EUC-JP | ?©?¡bF | 00111111100011111010001011101101001111111000111110100010110000100110001001000110 | 3f8fa2ed3f8fa2c26246 |
UTF-8 | ©¡bF | 11000010100011101100001010101001110000101000111011000010101000010110001001000110 | c28ec2a9c28ec2a16246 |
UHC | ???¡bF | 00111111001111110011111110100010101011100110001001000110 | 3f3f3fa2ae6246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)