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 | ì¸í | 1110110010111000100011001110110110011001 | ecb88ced99 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ì¸?í? | 1000111110101011110000001000111110100010101100010011111110001111101010111011111100111111 | 8fabc08fa2b13f8fabbf3f |
UTF-8 | ì¸í | 11000011101011001100001010111000110000101000110011000011101011011100001010011001 | c3acc2b8c28cc3adc299 |
UHC | ?¸??? | 001111111010001010101100001111110011111100111111 | 3fa2ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)