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 | 1001110001000100100010100111110101000110 | 9c448a7d46 |
SJIS-WIN | ?D?}F | 0011111101000100001111110111110101000110 | 3f443f7d46 |
EUC-JP | ?D?}F | 0011111101000100001111110111110101000110 | 3f443f7d46 |
UTF-8 | D}F | 11000010100111000100010011000010100010100111110101000110 | c29c44c28a7d46 |
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)