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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 辷千・・賰ヲ | 111001111000100010010000111001111010010110100101111110111010110110100110 | e78890e7a5a5fbada6 |
EUC-JP | 辷千・・賰ヲ | 11101101111010001100000011101001100011101010010110001110101001011000111111011111101110011000111010100110 | ede8c0e98ea58ea58fdfb98ea6 |
UTF-8 | 辷千・・賰ヲ | 111010001011111010110111111001011000110110000011111011111011110110100101111011111011110110100101111010001011001110110000111011111011110110100110 | e8beb7e58d83efbda5efbda5e8b3b0efbda6 |
UHC | ?千???? | 00111111111101001011011000111111001111110011111100111111 | 3ff4b63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)