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 | åí秡 | 111001011110110110010110111001111010011110100001 | e5ed96e7a7a1 |
SJIS-WIN | ????§? | 00111111001111110011111100111111100000011001100000111111 | 3f3f3f3f81983f |
EUC-JP | åí?秡 | 100011111010101110101001100011111010101110111111001111111000111110101011101011101010000111111000100011111010001011000010 | 8faba98fabbf3f8fabaea1f88fa2c2 |
UTF-8 | åí秡 | 110000111010010111000011101011011100001010010110110000111010011111000010101001111100001010100001 | c3a5c3adc296c3a7c2a7c2a1 |
UHC | ????§¡ | 0011111100111111001111110011111110100001110101111010001010101110 | 3f3f3f3fa1d7a2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)