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 | èDêQ | 111010000100010010001010111010101000001101010001 | e8448aea8351 |
SJIS-WIN | ?D???Q | 001111110100010000111111001111110011111101010001 | 3f443f3f3f51 |
EUC-JP | èD?ê?Q | 10001111101010111011001001000100001111111000111110101011101101000011111101010001 | 8fabb2443f8fabb43f51 |
UTF-8 | èDêQ | 11000011101010000100010011000010100010101100001110101010110000101000001101010001 | c3a844c28ac3aac28351 |
UHC | ?D???Q | 001111110100010000111111001111110011111101010001 | 3f443f3f3f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)