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 | ?y}B | 00111111011110010111110101000010 | 3f797d42 |
SJIS-WIN | 但y}B | 1001001001000001011110010111110101000010 | 9241797d42 |
EUC-JP | 但y}B | 1100001110100010011110010111110101000010 | c3a2797d42 |
UTF-8 | 但y}B | 111001001011110110000110011110010111110101000010 | e4bd86797d42 |
UHC | 但y}B | 1101001110100011011110010111110101000010 | d3a3797d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)