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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 腺梧B | 1001000101000010100011001110011001000010 | 91428ce642 |
EUC-JP | 腺梧B | 1100000110100011101110001110100001000010 | c1a3b8e842 |
UTF-8 | 腺梧B | 11101000100001011011101011100110101000101010011101000010 | e885bae6a2a742 |
UHC | 腺梧B | 1110000011001101111001111111110001000010 | e0cde7fc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)