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 | 1001111111010110111010100101001001111001 | 9fd6ea5279 |
EUC-JP | 渫鶻y | 1101111011011000111100111011001101111001 | ded8f3b379 |
UTF-8 | 渫鶻y | 11100110101110001010101111101001101101101011101101111001 | e6b8abe9b6bb79 |
UHC | 渫?y | 11100000110111100011111101111001 | e0de3f79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)