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 | DwD | 100100010100010010001111011101111001000101000100 | 91448f779144 |
SJIS-WIN | ?D?w?D | 001111110100010000111111011101110011111101000100 | 3f443f773f44 |
EUC-JP | ?D?w?D | 001111110100010000111111011101110011111101000100 | 3f443f773f44 |
UTF-8 | DwD | 110000101001000101000100110000101000111101110111110000101001000101000100 | c29144c28f77c29144 |
UHC | ?D?w?D | 001111110100010000111111011101110011111101000100 | 3f443f773f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)