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 | 占Γ | 10010000111010001000001110100001 | 90e883a1 |
EUC-JP | 占Γ | 11000000111010101010011010100011 | c0eaa6a3 |
UTF-8 | 占Γ | 1110010110001101101000001100111010010011 | e58da0ce93 |
UHC | 占Γ | 11101111101111111010010111000011 | efbfa5c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)