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 | 11100011101101010101000111100011101101010101101001101110011011110100001001000110 | e3b551e3b55a6e6f4246 |
EUC-JP | 羞Q羞ZnoBF | 11100110101101110101000111100110101101110101101001101110011011110100001001000110 | e6b751e6b75a6e6f4246 |
UTF-8 | 羞Q羞ZnoBF | 111001111011111010011110010100011110011110111110100111100101101001101110011011110100001001000110 | e7be9e51e7be9e5a6e6f4246 |
UHC | 羞Q羞ZnoBF | 11100010101110100101000111100010101110100101101001101110011011110100001001000110 | e2ba51e2ba5a6e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)