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 | íê¤é³ç^ | 11101101111010101010010011101001101100111110011101011110 | edeaa4e9b3e75e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | íê¤é?ç^ | 1000111110101011101111111000111110101011101101001000111110100010111100001000111110101011101100010011111110001111101010111010111001011110 | 8fabbf8fabb48fa2f08fabb13f8fabae5e |
UTF-8 | íê¤é³ç^ | 11000011101011011100001110101010110000101010010011000011101010011100001010110011110000111010011101011110 | c3adc3aac2a4c3a9c2b3c3a75e |
UHC | ??¤?³?^ | 001111110011111110100010101101000011111110101001111110000011111101011110 | 3f3fa2b43fa9f83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)