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 | 001111110100100101101000 | 3f4968 |
SJIS-WIN | 哺Ih | 10011010010011010100100101101000 | 9a4d4968 |
EUC-JP | 哺Ih | 11010011101011100100100101101000 | d3ae4968 |
UTF-8 | 哺Ih | 1110010110010011101110100100100101101000 | e593ba4968 |
UHC | 哺Ih | 11111000110101000100100101101000 | f8d44968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)