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 | ðåð¹ | 11110000111001011111000010111001 | f0e5f0b9 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ðåð? | 10001111101010011100001110001111101010111010100110001111101010011100001100111111 | 8fa9c38faba98fa9c33f |
UTF-8 | ðåð¹ | 1100001110110000110000111010010111000011101100001100001010111001 | c3b0c3a5c3b0c2b9 |
UHC | ð?ð¹ | 10101001101000110011111110101001101000111010100111110110 | a9a33fa9a3a9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)