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 | Í? | 1100110100111111 | cd3f |
SJIS-WIN | ?♀ | 001111111000000110001010 | 3f818a |
EUC-JP | Í♀ | 1000111110101010101111111010000111101010 | 8faabfa1ea |
UTF-8 | Í♀ | 1100001110001101111000101001100110000000 | c38de29980 |
UHC | ?♀ | 001111111010000111001111 | 3fa1cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)