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 | 睾ι | 11100001110011101000001111000111 | e1ce83c7 |
EUC-JP | 睾ι | 11100010110100001010011011001001 | e2d0a6c9 |
UTF-8 | 睾ι | 1110011110011101101111101100111010111001 | e79dbeceb9 |
UHC | 睾ι | 11001101110000101010010111101001 | cdc2a5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)