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 | ?ah | 001111110110000101101000 | 3f6168 |
SJIS-WIN | ?ah | 001111110110000101101000 | 3f6168 |
EUC-JP | ?ah | 001111110110000101101000 | 3f6168 |
UTF-8 | 묮ah | 1110101110101100101011100110000101101000 | ebacae6168 |
UHC | 묮ah | 10010010010001010110000101101000 | 92456168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)