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 | 影ι | 10001001011001011000001111000111 | 896583c7 |
EUC-JP | 影ι | 10110001110001101010011011001001 | b1c6a6c9 |
UTF-8 | 影ι | 1110010110111101101100011100111010111001 | e5bdb1ceb9 |
UHC | 影ι | 11100111101011111010010111101001 | e7afa5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)