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 | ç~SåS | 1110011101111110100010101000111110001111010100111110010101010011 | e77e8a8f8f53e553 |
SJIS-WIN | ?~???S?S | 0011111101111110001111110011111100111111010100110011111101010011 | 3f7e3f3f3f533f53 |
EUC-JP | ç~???SåS | 100011111010101110101110011111100011111100111111001111110101001110001111101010111010100101010011 | 8fabae7e3f3f3f538faba953 |
UTF-8 | ç~SåS | 11000011101001110111111011000010100010101100001010001111110000101000111101010011110000111010010101010011 | c3a77ec28ac28fc28f53c3a553 |
UHC | ?~???S?S | 0011111101111110001111110011111100111111010100110011111101010011 | 3f7e3f3f3f533f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)