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 | 翦翦^ | 1110001111000110111000111100011001011110 | e3c6e3c65e |
EUC-JP | 翦翦^ | 1110011011001000111001101100100001011110 | e6c8e6c85e |
UTF-8 | 翦翦^ | 11100111101111111010011011100111101111111010011001011110 | e7bfa6e7bfa65e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)