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 | ?Q?ZnoBF | 0011111101010001001111110101101001101110011011110100001001000110 | 3f513f5a6e6f4246 |
SJIS-WIN | 蜍Q蜍ZnoBF | 11100101100010110101000111100101100010110101101001101110011011110100001001000110 | e58b51e58b5a6e6f4246 |
EUC-JP | 蜍Q蜍ZnoBF | 11101001111010110101000111101001111010110101101001101110011011110100001001000110 | e9eb51e9eb5a6e6f4246 |
UTF-8 | 蜍Q蜍ZnoBF | 111010001001110010001101010100011110100010011100100011010101101001101110011011110100001001000110 | e89c8d51e89c8d5a6e6f4246 |
UHC | ?Q?ZnoBF | 0011111101010001001111110101101001101110011011110100001001000110 | 3f513f5a6e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)