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 | èßéâá | 1110100011011111100100101110100110000001100000101110001011100001 | e8df92e98182e2e1 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | èß?é??âá | 100011111010101110110010100011111010100111001110001111111000111110101011101100010011111100111111100011111010101110100100100011111010101110100001 | 8fabb28fa9ce3f8fabb13f3f8faba48faba1 |
UTF-8 | èßéâá | 11000011101010001100001110011111110000101001001011000011101010011100001010000001110000101000001011000011101000101100001110100001 | c3a8c39fc292c3a9c281c282c3a2c3a1 |
UHC | ?ß?????? | 001111111010100110101100001111110011111100111111001111110011111100111111 | 3fa9ac3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)