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 | ??M^ | 00111111001111110100110101011110 | 3f3f4d5e |
SJIS-WIN | 但端M^ | 100100100100000110010010010110110100110101011110 | 9241925b4d5e |
EUC-JP | 但端M^ | 110000111010001011000011101111000100110101011110 | c3a2c3bc4d5e |
UTF-8 | 但端M^ | 1110010010111101100001101110011110101011101011110100110101011110 | e4bd86e7abaf4d5e |
UHC | 但端M^ | 110100111010001111010011101011100100110101011110 | d3a3d3ae4d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)