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 | çòè¦Í÷ | 1110011111110010100101111110100010100110100101101100110111110111 | e7f297e8a696cdf7 |
SJIS-WIN | ???????÷ | 001111110011111100111111001111110011111100111111001111111000000110000000 | 3f3f3f3f3f3f3f8180 |
EUC-JP | çò?è¦?Í÷ | 10001111101010111010111010001111101010111101001000111111100011111010101110110010100011111010001011000011001111111000111110101010101111111010000111100000 | 8fabae8fabd23f8fabb28fa2c33f8faabfa1e0 |
UTF-8 | çòè¦Í÷ | 11000011101001111100001110110010110000101001011111000011101010001100001010100110110000101001011011000011100011011100001110110111 | c3a7c3b2c297c3a8c2a6c296c38dc3b7 |
UHC | ???????÷ | 001111110011111100111111001111110011111100111111001111111010000111000000 | 3f3f3f3f3f3f3fa1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)