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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 喘喘 | 10011010011000101001101001100010 | 9a629a62 |
EUC-JP | 喘喘 | 11010011110000111101001111000011 | d3c3d3c3 |
UTF-8 | 喘喘 | 111001011001011010011000111001011001011010011000 | e59698e59698 |
UHC | 喘喘 | 11110100101101111111010010110111 | f4b7f4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)