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 | ç´èY | 11100111100010011011010011101000100100111000110101011001 | e789b4e8938d59 |
SJIS-WIN | ??´???Y | 0011111100111111100000010100110000111111001111110011111101011001 | 3f3f814c3f3f3f59 |
EUC-JP | ç?´è??Y | 100011111010101110101110001111111010000110101101100011111010101110110010001111110011111101011001 | 8fabae3fa1ad8fabb23f3f59 |
UTF-8 | ç´èY | 11000011101001111100001010001001110000101011010011000011101010001100001010010011110000101000110101011001 | c3a7c289c2b4c3a8c293c28d59 |
UHC | ??´???Y | 0011111100111111101000101010010100111111001111110011111101011001 | 3f3fa2a53f3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)