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 | ç¯ èíß | 1110011110101111101000001110100010010010100101001110110111011111 | e7afa0e89294eddf |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ç¯?è??íß | 100011111010101110101110100011111010001010110100001111111000111110101011101100100011111100111111100011111010101110111111100011111010100111001110 | 8fabae8fa2b43f8fabb23f3f8fabbf8fa9ce |
UTF-8 | ç¯ èíß | 11000011101001111100001010101111110000101010000011000011101010001100001010010010110000101001010011000011101011011100001110011111 | c3a7c2afc2a0c3a8c292c294c3adc39f |
UHC | ???????ß | 001111110011111100111111001111110011111100111111001111111010100110101100 | 3f3f3f3f3f3f3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)