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 | 償償^ | 1000111110011110100011111001111001011110 | 8f9e8f9e5e |
EUC-JP | 償償^ | 1011110111111110101111011111111001011110 | bdfebdfe5e |
UTF-8 | 償償^ | 11100101100001001001111111100101100001001001111101011110 | e5849fe5849f5e |
UHC | 償償^ | 1101111111000001110111111100000101011110 | dfc1dfc15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)