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 | ??@h | 00111111001111110100000001101000 | 3f3f4068 |
SJIS-WIN | 多続@h | 100100011011110110010001101100010100000001101000 | 91bd91b14068 |
EUC-JP | 多続@h | 110000101011111111000010101100110100000001101000 | c2bfc2b34068 |
UTF-8 | 多続@h | 1110010110100100100110101110011110110110100110100100000001101000 | e5a49ae7b69a4068 |
UHC | 多?@h | 1101001011111101001111110100000001101000 | d2fd3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)