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^ | 111010000100010110000001100011001000101001011110 | e845818c8a5e |
SJIS-WIN | ?E???^ | 001111110100010100111111001111110011111101011110 | 3f453f3f3f5e |
EUC-JP | èE???^ | 1000111110101011101100100100010100111111001111110011111101011110 | 8fabb2453f3f3f5e |
UTF-8 | èE^ | 11000011101010000100010111000010100000011100001010001100110000101000101001011110 | c3a845c281c28cc28a5e |
UHC | ?E???^ | 001111110100010100111111001111110011111101011110 | 3f453f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)