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 | 1001111111010110111010011011000001111001 | 9fd6e9b079 |
EUC-JP | 渫魏y | 1101111011011000111100101011001001111001 | ded8f2b279 |
UTF-8 | 渫魏y | 11100110101110001010101111101001101011011000111101111001 | e6b8abe9ad8f79 |
UHC | 渫魏y | 1110000011011110111010101110000001111001 | e0deeae079 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)