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êD | 111010000100010010001010111010101000010001000100 | e8448aea8444 |
SJIS-WIN | ?D???D | 001111110100010000111111001111110011111101000100 | 3f443f3f3f44 |
EUC-JP | èD?ê?D | 10001111101010111011001001000100001111111000111110101011101101000011111101000100 | 8fabb2443f8fabb43f44 |
UTF-8 | èDêD | 11000011101010000100010011000010100010101100001110101010110000101000010001000100 | c3a844c28ac3aac28444 |
UHC | ?D???D | 001111110100010000111111001111110011111101000100 | 3f443f3f3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)