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 | ÑÑ^ | 1001101111010001100110111101000101011110 | 9bd19bd15e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?Ñ?Ñ^ | 001111111000111110101010110100000011111110001111101010101101000001011110 | 3f8faad03f8faad05e |
UTF-8 | ÑÑ^ | 110000101001101111000011100100011100001010011011110000111001000101011110 | c29bc391c29bc3915e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)