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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 嶬戍 | 10011011110100101001110011111001 | 9bd29cf9 |
EUC-JP | 嶬戍 | 11010110110101001101100011111011 | d6d4d8fb |
UTF-8 | 嶬戍 | 111001011011011010101100111001101000100010001101 | e5b6ace6888d |
UHC | ?戍 | 001111111110001010100001 | 3fe2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)