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 | QZnoBF | 11110010111011010101000111110010111011010101101001101110011011110100001001000110 | f2ed51f2ed5a6e6f4246 |
EUC-JP | ?Q?ZnoBF | 0011111101010001001111110101101001101110011011110100001001000110 | 3f513f5a6e6f4246 |
UTF-8 | QZnoBF | 111011101000100010100100010100011110111010001000101001000101101001101110011011110100001001000110 | ee88a451ee88a45a6e6f4246 |
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)