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 | 11100101010111100101000111100101010111100101101001101110011011110100001001000110 | e55e51e55e5a6e6f4246 |
EUC-JP | 蘓Q蘓ZnoBF | 11101001101111110101000111101001101111110101101001101110011011110100001001000110 | e9bf51e9bf5a6e6f4246 |
UTF-8 | 蘓Q蘓ZnoBF | 111010001001100010010011010100011110100010011000100100110101101001101110011011110100001001000110 | e8989351e898935a6e6f4246 |
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)