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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 靜邀\ | 1110100011001110111001111011000101011100 | e8cee7b15c |
EUC-JP | 靜邀\ | 1111000011010000111011101011001101011100 | f0d0eeb35c |
UTF-8 | 靜邀\ | 11101001100111011001110011101001100000101000000001011100 | e99d9ce982805c |
UHC | 靜邀\ | 1111000010100001111010011010110101011100 | f0a1e9ad5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)