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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 恁?o | 10011100100011000011111101101111 | 9c8c3f6f |
EUC-JP | 恁?o | 11010111111011000011111101101111 | d7ec3f6f |
UTF-8 | 恁턳o | 11100110100000011000000111101101100001001011001101101111 | e68181ed84b36f |
UHC | 恁턳o | 1110110011110110101101100111001001101111 | ecf6b6726f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)