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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 歙鴿^ | 1001111101011111111010011111100101011110 | 9f5fe9f95e |
EUC-JP | 歙鴿^ | 1101110111000000111100101111101101011110 | ddc0f2fb5e |
UTF-8 | 歙鴿^ | 11100110101011011001100111101001101101001011111101011110 | e6ad99e9b4bf5e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)