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 | åmY | 111001010110110101011001 | e56d59 |
SJIS-WIN | ?mY | 001111110110110101011001 | 3f6d59 |
EUC-JP | åmY | 1000111110101011101010010110110101011001 | 8faba96d59 |
UTF-8 | åmY | 11000011101001010110110101011001 | c3a56d59 |
UHC | ?mY | 001111110110110101011001 | 3f6d59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)