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 | 11101001111010110101000111101001111010110101101001101110011011110100001001000110 | e9eb51e9eb5a6e6f4246 |
EUC-JP | 鴉Q鴉ZnoBF | 11110010111011010101000111110010111011010101101001101110011011110100001001000110 | f2ed51f2ed5a6e6f4246 |
UTF-8 | 鴉Q鴉ZnoBF | 111010011011010010001001010100011110100110110100100010010101101001101110011011110100001001000110 | e9b48951e9b4895a6e6f4246 |
UHC | 鴉Q鴉ZnoBF | 11100100101111000101000111100100101111000101101001101110011011110100001001000110 | e4bc51e4bc5a6e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)