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 | ??y | 001111110011111101111001 | 3f3f79 |
SJIS-WIN | 恁?y | 10011100100011000011111101111001 | 9c8c3f79 |
EUC-JP | 恁?y | 11010111111011000011111101111001 | d7ec3f79 |
UTF-8 | 恁쿍y | 11100110100000011000000111101100101111111000110101111001 | e68181ecbf8d79 |
UHC | 恁쿍y | 1110110011110110101100110100001001111001 | ecf6b34279 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)