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 | ¶¬ã | 100111101011011010001111101011001001000011100011 | 9eb68fac90e3 |
SJIS-WIN | ?¶?¬?? | 0011111110000001111101110011111110000001110010100011111100111111 | 3f81f73f81ca3f3f |
EUC-JP | ?¶?¬?ã | 00111111101000101111100100111111101000101100110000111111100011111010101110101010 | 3fa2f93fa2cc3f8fabaa |
UTF-8 | ¶¬ã | 110000101001111011000010101101101100001010001111110000101010110011000010100100001100001110100011 | c29ec2b6c28fc2acc290c3a3 |
UHC | ?¶???? | 00111111101000101101001000111111001111110011111100111111 | 3fa2d23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)