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 | ä¶}ä¶{^ | 11100100101101100111110111100100101101100111101101011110 | e4b67de4b67b5e |
SJIS-WIN | ?¶}?¶{^ | 001111111000000111110111011111010011111110000001111101110111101101011110 | 3f81f77d3f81f77b5e |
EUC-JP | ä¶}ä¶{^ | 10001111101010111010001110100010111110010111110110001111101010111010001110100010111110010111101101011110 | 8faba3a2f97d8faba3a2f97b5e |
UTF-8 | ä¶}ä¶{^ | 1100001110100100110000101011011001111101110000111010010011000010101101100111101101011110 | c3a4c2b67dc3a4c2b67b5e |
UHC | ?¶}?¶{^ | 001111111010001011010010011111010011111110100010110100100111101101011110 | 3fa2d27d3fa2d27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)