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 | í§Oí¡EB | 111011011001100010100111010011111110110110011000101000010100010101000010 | ed98a74fed98a14542 |
SJIS-WIN | ??§O???EB | 00111111001111111000000110011000010011110011111100111111001111110100010101000010 | 3f3f81984f3f3f3f4542 |
EUC-JP | í?§Oí?¡EB | 10001111101010111011111100111111101000011111100001001111100011111010101110111111001111111000111110100010110000100100010101000010 | 8fabbf3fa1f84f8fabbf3f8fa2c24542 |
UTF-8 | í§Oí¡EB | 110000111010110111000010100110001100001010100111010011111100001110101101110000101001100011000010101000010100010101000010 | c3adc298c2a74fc3adc298c2a14542 |
UHC | ??§O??¡EB | 0011111100111111101000011101011101001111001111110011111110100010101011100100010101000010 | 3f3fa1d74f3f3fa2ae4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)