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 | ç¹è¦äë | 1110011110111001100101101110100010001011101001101110010011101011 | e7b996e88ba6e4eb |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ç??è?¦äë | 100011111010101110101110001111110011111110001111101010111011001000111111100011111010001011000011100011111010101110100011100011111010101110110011 | 8fabae3f3f8fabb23f8fa2c38faba38fabb3 |
UTF-8 | ç¹è¦äë | 11000011101001111100001010111001110000101001011011000011101010001100001010001011110000101010011011000011101001001100001110101011 | c3a7c2b9c296c3a8c28bc2a6c3a4c3ab |
UHC | ?¹?????? | 001111111010100111110110001111110011111100111111001111110011111100111111 | 3fa9f63f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)