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 | ¶øÌË | 10110110111110001100110011001011 | b6f8cccb |
SJIS-WIN | ¶??? | 1000000111110111001111110011111100111111 | 81f73f3f3f |
EUC-JP | ¶øÌË | 1010001011111001100011111010100111001100100011111010101011000000100011111010101010110011 | a2f98fa9cc8faac08faab3 |
UTF-8 | ¶øÌË | 1100001010110110110000111011100011000011100011001100001110001011 | c2b6c3b8c38cc38b |
UHC | ¶ø?? | 101000101101001010101001101010100011111100111111 | a2d2a9aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)