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 | FF¶E¯ | 10010010010001101001001001000110100100011011011010010010010001011001000110101111 | 9246924691b6924591af |
SJIS-WIN | ?F?F?¶?E?? | 0011111101000110001111110100011000111111100000011111011100111111010001010011111100111111 | 3f463f463f81f73f453f3f |
EUC-JP | ?F?F?¶?E?¯ | 00111111010001100011111101000110001111111010001011111001001111110100010100111111100011111010001010110100 | 3f463f463fa2f93f453f8fa2b4 |
UTF-8 | FF¶E¯ | 1100001010010010010001101100001010010010010001101100001010010001110000101011011011000010100100100100010111000010100100011100001010101111 | c29246c29246c291c2b6c29245c291c2af |
UHC | ?F?F?¶?E?? | 0011111101000110001111110100011000111111101000101101001000111111010001010011111100111111 | 3f463f463fa2d23f453f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)