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 | àßéá | 100111001000000111100000110111111110100111100001 | 9c81e0dfe9e1 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ??àßéá | 0011111100111111100011111010101110100010100011111010100111001110100011111010101110110001100011111010101110100001 | 3f3f8faba28fa9ce8fabb18faba1 |
UTF-8 | àßéá | 110000101001110011000010100000011100001110100000110000111001111111000011101010011100001110100001 | c29cc281c3a0c39fc3a9c3a1 |
UHC | ???ß?? | 00111111001111110011111110101001101011000011111100111111 | 3f3f3fa9ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)