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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 鴫紗^ | 1000111010110000100011101101000101011110 | 8eb08ed15e |
EUC-JP | 鴫紗^ | 1011110010110010101111001101001101011110 | bcb2bcd35e |
UTF-8 | 鴫紗^ | 11101001101101001010101111100111101101001001011101011110 | e9b4abe7b4975e |
UHC | ?紗^ | 00111111110111101110100101011110 | 3fdee95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)