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 | âmh | 111000100110110101101000 | e26d68 |
SJIS-WIN | ?mh | 001111110110110101101000 | 3f6d68 |
EUC-JP | âmh | 1000111110101011101001000110110101101000 | 8faba46d68 |
UTF-8 | âmh | 11000011101000100110110101101000 | c3a26d68 |
UHC | ?mh | 001111110110110101101000 | 3f6d68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)