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 | 掌ч | 10001111101101101000010010001001 | 8fb68489 |
EUC-JP | 掌ч | 10111110101110001010011111101001 | beb8a7e9 |
UTF-8 | 掌ч | 1110011010001110100011001101000110000111 | e68e8cd187 |
UHC | 掌ч | 11101101111001101010110011101001 | ede6ace9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)