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 | èE¤â | 1110100001000101100100001000011010001100101001001110001010011011 | e84590868ca4e29b |
SJIS-WIN | ?E?????? | 0011111101000101001111110011111100111111001111110011111100111111 | 3f453f3f3f3f3f3f |
EUC-JP | èE???¤â? | 1000111110101011101100100100010100111111001111110011111110001111101000101111000010001111101010111010010000111111 | 8fabb2453f3f3f8fa2f08faba43f |
UTF-8 | èE¤â | 110000111010100001000101110000101001000011000010100001101100001010001100110000101010010011000011101000101100001010011011 | c3a845c290c286c28cc2a4c3a2c29b |
UHC | ?E???¤?? | 001111110100010100111111001111110011111110100010101101000011111100111111 | 3f453f3f3fa2b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)