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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 喘h喘 | 1001101001100010011010001001101001100010 | 9a62689a62 |
EUC-JP | 喘h喘 | 1101001111000011011010001101001111000011 | d3c368d3c3 |
UTF-8 | 喘h喘 | 11100101100101101001100001101000111001011001011010011000 | e5969868e59698 |
UHC | 喘h喘 | 1111010010110111011010001111010010110111 | f4b768f4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)