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 | èàðß | 11101000111000001111000011011111 | e8e0f0df |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | èàðß | 100011111010101110110010100011111010101110100010100011111010100111000011100011111010100111001110 | 8fabb28faba28fa9c38fa9ce |
UTF-8 | èàðß | 1100001110101000110000111010000011000011101100001100001110011111 | c3a8c3a0c3b0c39f |
UHC | ??ðß | 001111110011111110101001101000111010100110101100 | 3f3fa9a3a9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)