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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 鐔随宗BF | 1110100001011100100100001000111110001111010000000100001001000110 | e85c908f8f404246 |
EUC-JP | 鐔随宗BF | 1110111110111101101111111110111110111101101000010100001001000110 | efbdbfefbda14246 |
UTF-8 | 鐔随宗BF | 1110100110010000100101001110100110011010100011111110010110101110100101110100001001000110 | e99094e99a8fe5ae974246 |
UHC | ??宗BF | 001111110011111111110000111100110100001001000110 | 3f3ff0f34246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)