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 | 0011111101111001 | 3f79 |
SJIS-WIN | 愼y | 100111001100010001111001 | 9cc479 |
EUC-JP | 愼y | 110110001100011001111001 | d8c679 |
UTF-8 | 愼y | 11100110100001001011110001111001 | e684bc79 |
UHC | 愼y | 111000111110010101111001 | e3e579 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)