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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 鬱愷^ | 1001111101010100111110101100010001011110 | 9f54fac45e |
EUC-JP | 鬱愷^ | 110111011011010110001111101111101100110101011110 | ddb58fbecd5e |
UTF-8 | 鬱愷^ | 11101001101011001011000111100110100001001011011101011110 | e9acb1e684b75e |
UHC | 鬱愷^ | 1110101010100110110010111100010001011110 | eaa6cbc45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)