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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 償償B | 1000111110011110100011111001111001000010 | 8f9e8f9e42 |
EUC-JP | 償償B | 1011110111111110101111011111111001000010 | bdfebdfe42 |
UTF-8 | 償償B | 11100101100001001001111111100101100001001001111101000010 | e5849fe5849f42 |
UHC | 償償B | 1101111111000001110111111100000101000010 | dfc1dfc142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)