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 | á|{èçéá | 1110000101111100100111110111101111101000111001111110100111100001 | e17c9f7be8e7e9e1 |
SJIS-WIN | ?|?{???? | 0011111101111100001111110111101100111111001111110011111100111111 | 3f7c3f7b3f3f3f3f |
EUC-JP | á|?{èçéá | 100011111010101110100001011111000011111101111011100011111010101110110010100011111010101110101110100011111010101110110001100011111010101110100001 | 8faba17c3f7b8fabb28fabae8fabb18faba1 |
UTF-8 | á|{èçéá | 1100001110100001011111001100001010011111011110111100001110101000110000111010011111000011101010011100001110100001 | c3a17cc29f7bc3a8c3a7c3a9c3a1 |
UHC | ?|?{???? | 0011111101111100001111110111101100111111001111110011111100111111 | 3f7c3f7b3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)