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 | 0011111101000010 | 3f42 |
SJIS-WIN | 逗B | 100100001000000001000010 | 908042 |
EUC-JP | 逗B | 101111111110000001000010 | bfe042 |
UTF-8 | 逗B | 11101001100000001001011101000010 | e9809742 |
UHC | 逗B | 110101001110100001000010 | d4e842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)