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 | ¶ÑH | 101101101101000101001000 | b6d148 |
SJIS-WIN | ¶?H | 10000001111101110011111101001000 | 81f73f48 |
EUC-JP | ¶ÑH | 101000101111100110001111101010101101000001001000 | a2f98faad048 |
UTF-8 | ¶ÑH | 1100001010110110110000111001000101001000 | c2b6c39148 |
UHC | ¶?H | 10100010110100100011111101001000 | a2d23f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)