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 | [Ih | 10010010010110110100100101101000 | 925b4968 |
SJIS-WIN | ?[Ih | 00111111010110110100100101101000 | 3f5b4968 |
EUC-JP | ?[Ih | 00111111010110110100100101101000 | 3f5b4968 |
UTF-8 | [Ih | 1100001010010010010110110100100101101000 | c2925b4968 |
UHC | ?[Ih | 00111111010110110100100101101000 | 3f5b4968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)