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 | ä¶ä¶^ | 1110010010110110111001001011011001011110 | e4b6e4b65e |
SJIS-WIN | ?¶?¶^ | 00111111100000011111011100111111100000011111011101011110 | 3f81f73f81f75e |
EUC-JP | ä¶ä¶^ | 1000111110101011101000111010001011111001100011111010101110100011101000101111100101011110 | 8faba3a2f98faba3a2f95e |
UTF-8 | ä¶ä¶^ | 110000111010010011000010101101101100001110100100110000101011011001011110 | c3a4c2b6c3a4c2b65e |
UHC | ?¶?¶^ | 00111111101000101101001000111111101000101101001001011110 | 3fa2d23fa2d25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)