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 | 10001100101110010011111101111001 | 8cb93f79 |
EUC-JP | 源?y | 10111000101110110011111101111001 | b8bb3f79 |
UTF-8 | 源렢y | 11100110101110101001000011101011101000001010001001111001 | e6ba90eba0a279 |
UHC | 源렢y | 1110101010111001100011101011001101111001 | eab98eb379 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)