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 | øçè¦Î | 1111100011100111111010001010011011001110 | f8e7e8a6ce |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | øçè¦Î | 100011111010100111001100100011111010101110101110100011111010101110110010100011111010001011000011100011111010101011000010 | 8fa9cc8fabae8fabb28fa2c38faac2 |
UTF-8 | øçè¦Î | 11000011101110001100001110100111110000111010100011000010101001101100001110001110 | c3b8c3a7c3a8c2a6c38e |
UHC | ø???? | 101010011010101000111111001111110011111100111111 | a9aa3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)