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 | èEK | 111010000100010110001100100010111000110001001011 | e8458c8b8c4b |
SJIS-WIN | ?E???K | 001111110100010100111111001111110011111101001011 | 3f453f3f3f4b |
EUC-JP | èE???K | 1000111110101011101100100100010100111111001111110011111101001011 | 8fabb2453f3f3f4b |
UTF-8 | èEK | 11000011101010000100010111000010100011001100001010001011110000101000110001001011 | c3a845c28cc28bc28c4b |
UHC | ?E???K | 001111110100010100111111001111110011111101001011 | 3f453f3f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)