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}F | 1000111101000100100011110111110101000110 | 8f448f7d46 |
SJIS-WIN | ?D?}F | 0011111101000100001111110111110101000110 | 3f443f7d46 |
EUC-JP | ?D?}F | 0011111101000100001111110111110101000110 | 3f443f7d46 |
UTF-8 | D}F | 11000010100011110100010011000010100011110111110101000110 | c28f44c28f7d46 |
UHC | ?D?}F | 0011111101000100001111110111110101000110 | 3f443f7d46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)