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 | ç½éè¦ | 1110011110111101100101011110100110000110100001111110100010100110 | e7bd95e98687e8a6 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ç??é??è¦ | 10001111101010111010111000111111001111111000111110101011101100010011111100111111100011111010101110110010100011111010001011000011 | 8fabae3f3f8fabb13f3f8fabb28fa2c3 |
UTF-8 | ç½éè¦ | 11000011101001111100001010111101110000101001010111000011101010011100001010000110110000101000011111000011101010001100001010100110 | c3a7c2bdc295c3a9c286c287c3a8c2a6 |
UHC | ?½?????? | 001111111010100011110110001111110011111100111111001111110011111100111111 | 3fa8f63f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)